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

See Also