MilitaryGridReferenceSystemTryConvertToUniversalPolarStereographic Method |
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool TryConvertToUniversalPolarStereographic(
out UniversalPolarStereographic ups
)
Public Function TryConvertToUniversalPolarStereographic (
<OutAttribute> ByRef ups As UniversalPolarStereographic
) As Boolean
public:
bool TryConvertToUniversalPolarStereographic(
[OutAttribute] UniversalPolarStereographic% ups
)
member TryConvertToUniversalPolarStereographic :
ups : UniversalPolarStereographic byref -> bool
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