 | 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()
<ObsoleteAttribute("Deprecated since unknown, ")>
Public Function iSupported As Integer
<ObsoleteAttribute("Deprecated since unknown, ")>
Public Function iSupported As Integer
public:
[ObsoleteAttribute(L"Deprecated since unknown, ")]
int iSupported()
public:
[ObsoleteAttribute(L"Deprecated since unknown, ")]
int iSupported()
[<ObsoleteAttribute("Deprecated since unknown, ")>]
member iSupported : unit -> int
[<ObsoleteAttribute("Deprecated since unknown, ")>]
member iSupported : unit -> int
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