Click or drag to resize
CIPJiProjectionTypeIsFullySupported Method
Is the projection type fully supported?

Available since Oasis montaj version: 7.2.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
This function checks only the projected coordinated system in the IPJ object, so should only be used with projections of type IPJ_TYPE_PCS. This function does not test the validity of datums or local datum transforms.
Syntax
public int iProjectionTypeIsFullySupported()

Return Value

Type: Int32
0 - No 1 - Yes
See Also