Click or drag to resize

MilitaryGridReferenceSystemTryConvertToUniversalPolarStereographic Method

Attempts to convert this instance to a set of UniversalPolarStereographic coordinates.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public bool TryConvertToUniversalPolarStereographic(
	out UniversalPolarStereographic ups
)

Parameters

ups
Type: AGI.Foundation.CoordinatesUniversalPolarStereographic
The converted coordinates.

Return Value

Type: Boolean
if this instance could be converted to the desired coordinate type; otherwise .
See Also