Click or drag to resize

UniversalTransverseMercatorUndefined Property

Gets a set of UniversalTransverseMercator coordinates with Easting and Northing values of NaN, Zone 0, and Hemisphere 0.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static UniversalTransverseMercator Undefined { get; }

Property Value

Type: UniversalTransverseMercator
Remarks
Use IsUndefined to test whether a UniversalTransverseMercator instance is undefined since it will return if the Easting or Northing values are NaN, the Zone is not in the correct range, or the Hemisphere is invalid.
See Also