Skip to content

RouteMCs

Type ISIAPIRouteMCs · Interface
Namespace SIDRASolutions.SI.API
Assembly SIDRASolutions.SI.API.dll
COM CLSID 5F3473D7-7148-42C3-ACF2-D05D43B4F689

Declaration

[Guid("5F3473D7-7148-42C3-ACF2-D05D43B4F689")]
public interface ISIAPIRouteMCs

Members

Properties

Property Type Summary
Count int
this[] ISIAPIRouteMC

Properties

Count

int Count { get; }

Type int

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

this[]

ISIAPIRouteMC this[] { get; }

Type ISIAPIRouteMC

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