CartographicUndefined Property |
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static Cartographic Undefined { get; }
Public Shared ReadOnly Property Undefined As Cartographic
Get
public:
static property Cartographic Undefined {
Cartographic get ();
}
static member Undefined : Cartographic with get
Property Value
Type:
CartographicRemarks
Use
IsUndefined to test whether a
Cartographic instance
is undefined since it will return
if any of the coordinate values
are
NaN.
See Also