Click or drag to resize

MilitaryGridReferenceSystem.TryConvertToUniversalPolarStereographic 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: 25.1.421.0 (25.1.421.0)
Syntax
public bool TryConvertToUniversalPolarStereographic(
	out UniversalPolarStereographic ups
)

Parameters

ups
Type: AGI.Foundation.Coordinates.UniversalPolarStereographic
The converted coordinates.

Return Value

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