Segment stop information.

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 AzElTime Stop { get; private set; }
Visual Basic
Public Property Stop As AzElTime
	Get
	Private Set
Visual C++
public:
property AzElTime^ Stop {
	AzElTime^ get ();
	private: void set (AzElTime^ value);
}

See Also