MilitaryGridReferenceSystem.TryConvertToUniversalPolarStereographic Method |
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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.Coordinates.UniversalPolarStereographic
The converted coordinates.
Return Value
Type:
Booleantrue if this instance could be converted to the desired coordinate type; otherwise
false.
See Also