Skip to content

NetworkMCs

Type ISIAPINetworkMCs · Interface
Namespace SIDRASolutions.SI.API
Assembly SIDRASolutions.SI.API.dll
COM CLSID 1DF4C454-28DD-4DFD-AC8C-9EBB96228EF3

Declaration

[Guid("1DF4C454-28DD-4DFD-AC8C-9EBB96228EF3")]
public interface ISIAPINetworkMCs

Members

Properties

Property Type Summary
Count int
this[] ISIAPINetworkMC

Properties

Count

int Count { get; }

Type int

Code samples
int count = networkMCs.Count;
long count;
networkMCs->get_Count(&count);
count = networkMCs.Count
$count = $networkMCs.Count

this[]

ISIAPINetworkMC this[] { get; }

Type ISIAPINetworkMC

Code samples
var this[] = networkMCs.this[];
CComPtr<ISIAPINetworkMC> this[];
networkMCs->get_this[](&this[]);
this[] = networkMCs.this[]
$this[] = $networkMCs.this[]