The list of segments that comprise the overall pass.

Namespace: Zeptomoby.OrbitTools.Track
Assembly: Zeptomoby.OrbitTools.Track (in Zeptomoby.OrbitTools.Track.dll) Version: 1.5.0.0 (1.5.0.0)

Syntax

C#
public List<PassSegment> Segments { get; private set; }
Visual Basic
Public Property Segments As List(Of PassSegment)
	Get
	Private Set
Visual C++
public:
property List<PassSegment^>^ Segments {
	List<PassSegment^>^ get ();
	private: void set (List<PassSegment^>^ value);
}

See Also