Returns true if this represents descending node 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 bool IsDescending { get; }
Visual Basic
Public ReadOnly Property IsDescending As Boolean
	Get
Visual C++
public:
property bool IsDescending {
	bool get ();
}

See Also