Namespace:  EGIS.Projections
Assembly:  EGIS.Projections (in EGIS.Projections.dll)

Syntax

Visual Basic
Public ReadOnly Property IsDefined As Boolean
	Get
C#
public bool IsDefined { get; }
Visual C++
public:
property bool IsDefined {
	bool get ();
}
JavaScript
function get_isDefined();

See Also