TrackViewLayerCollectionGetSegment Method

Return a segment from the collection by its ordinal index.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public TrackViewSegmentItem GetSegment(
	int index
)

Parameters

index  Int32
Absolute ordinal index of the segment within the layers.

Return Value

TrackViewSegmentItem
Reference to the specified segment, if found. Otherwise, null.

See Also