TrackViewLayerCollectionShowSegmentsBefore Method

Show all the segments before the specified item.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public void ShowSegmentsBefore(
	TrackViewSegmentItem segment
)

Parameters

segment  TrackViewSegmentItem
Reference to the segment before which all others will be shown.

See Also