Skip to content

LaneApproachMovementMCs

Type ISIAPILaneApproachMovementMCs · Interface
Namespace SIDRASolutions.SI.API
Assembly SIDRASolutions.SI.API.dll
COM CLSID 43649661-4D0E-4F64-BDCE-98C45BFD4E51

Declaration

[Guid("43649661-4D0E-4F64-BDCE-98C45BFD4E51")]
public interface ISIAPILaneApproachMovementMCs

Members

Properties

Property Type Summary
Count int
this[] ISIAPILaneApproachMovementMC

Properties

Count

int Count { get; }

Type int

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

this[]

ISIAPILaneApproachMovementMC this[] { get; }

Type ISIAPILaneApproachMovementMC

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