Click or drag to resize

UniversalTransverseMercatorWithinCoordinateSystemBounds Property

Note: This API is now obsolete.

Determine if the UTM conversion within the coordinate system's accurate boundaries after conversion from Lat/Long.

Namespace:  CoordinateSharp
Assembly:  CoordinateSharp (in CoordinateSharp.dll) Version: 2.12.1.1
Syntax
C#
[ObsoleteAttribute("UTM coordinates may now work within the Universal Polar Stereographic. Coordinates will always be within bounds.")]
public bool WithinCoordinateSystemBounds { get; }

Property Value

Type: Boolean
See Also