TrackViewLayerCollectionHideSegmentsAfter Method

Hide all the segments after the specified item.

Definition

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

Parameters

segment  TrackViewSegmentItem
Reference to the segment after which all others will be hidden.

See Also