TrackViewLayerCollectionGetSegment Method
Return a segment from the collection by its ordinal index.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
public TrackViewSegmentItem GetSegment(
int index
)
Public Function GetSegment (
index As Integer
) As TrackViewSegmentItem
No code example is currently available or this language may not be supported.
- index Int32
-
Absolute ordinal index of the segment within the layers.
TrackViewSegmentItem
Reference to the specified segment, if found. Otherwise, null.