Returns true if the satellite orbit has decayed.

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 IsDecayed { get; }
Visual Basic
Public ReadOnly Property IsDecayed As Boolean
	Get
Visual C++
public:
property bool IsDecayed {
	bool get ();
}

See Also