Skip to content

LaneApproachMovements

Type ISIAPILaneApproachMovements · Interface
Namespace SIDRASolutions.SI.API
Assembly SIDRASolutions.SI.API.dll
COM CLSID 8DF96C87-43D0-4436-9BAB-1221FF7E1CFE

Declaration

[Guid("8DF96C87-43D0-4436-9BAB-1221FF7E1CFE")]
public interface ISIAPILaneApproachMovements

Members

Properties

Property Type Summary
Count int
this[] ISIAPILaneApproachMovement

Properties

Count

int Count { get; }

Type int

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

this[]

ISIAPILaneApproachMovement this[] { get; }

Type ISIAPILaneApproachMovement

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