Skip to content

LaneSegmentMCs

Type ISIAPILaneSegmentMCs · Interface
Namespace SIDRASolutions.SI.API
Assembly SIDRASolutions.SI.API.dll
COM CLSID AB521E7C-9CD1-43E3-8EE9-93B61DD64661

Declaration

[Guid("AB521E7C-9CD1-43E3-8EE9-93B61DD64661")]
public interface ISIAPILaneSegmentMCs

Members

Properties

Property Type Summary
Count int
this[] ISIAPILaneSegmentMC

Properties

Count

int Count { get; }

Type int

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

this[]

ISIAPILaneSegmentMC this[] { get; }

Type ISIAPILaneSegmentMC

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