Skip to content

LaneMovementMCs

Type ISIAPILaneMovementMCs · Interface
Namespace SIDRASolutions.SI.API
Assembly SIDRASolutions.SI.API.dll
COM CLSID 6645C118-C95E-4E91-BEEB-720B4A3F78AF

Declaration

[Guid("6645C118-C95E-4E91-BEEB-720B4A3F78AF")]
public interface ISIAPILaneMovementMCs

Members

Properties

Property Type Summary
Count int
this[] ISIAPILaneMovementMC

Properties

Count

int Count { get; }

Type int

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

this[]

ISIAPILaneMovementMC this[] { get; }

Type ISIAPILaneMovementMC

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