Click or drag to resize

UniversalPolarStereographicUndefined Property

Gets a set of UniversalPolarStereographic coordinates with Easting and Northing values of NaN 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 UniversalPolarStereographic Undefined { get; }

Property Value

Type: UniversalPolarStereographic
Remarks
Use IsUndefined to test whether a UniversalPolarStereographic instance is undefined since it will return if the Easting or Northing values are NaN or the Hemisphere is invalid.
See Also