Click or drag to resize

CIPJiSupported Method

Note: This API is now obsolete.

Is this coordinate system fully supported?

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2025.1.0.25
Syntax
[ObsoleteAttribute("Deprecated since unknown, ")]
public int iSupported()

[ObsoleteAttribute("Deprecated since unknown, ")]
public int iSupported()

Return Value

Type: Int32
0 - No 1 - Yes
Remarks
This function checks only the projected coordinated system in the IPJ object, so should only be used with projections of type <define>IPJ_TYPE_PCS</define>. This function does not test the validity of datums or local datum transforms.
See Also