 | CIPJiSame Method |
Note: This API is now obsolete.
Compare if two IPJs are identical or if either is undefined
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 iSame(
CIPJ ipj2
)
[ObsoleteAttribute("Deprecated since unknown, ")]
public int iSame(
CIPJ ipj2
)
<ObsoleteAttribute("Deprecated since unknown, ")>
Public Function iSame (
ipj2 As CIPJ
) As Integer
<ObsoleteAttribute("Deprecated since unknown, ")>
Public Function iSame (
ipj2 As CIPJ
) As Integer
public:
[ObsoleteAttribute(L"Deprecated since unknown, ")]
int iSame(
CIPJ^ ipj2
)
public:
[ObsoleteAttribute(L"Deprecated since unknown, ")]
int iSame(
CIPJ^ ipj2
)
[<ObsoleteAttribute("Deprecated since unknown, ")>]
member iSame :
ipj2 : CIPJ -> int
[<ObsoleteAttribute("Deprecated since unknown, ")>]
member iSame :
ipj2 : CIPJ -> int
Parameters
- ipj2
- Type: GeoEngine.Core.GXNetXCIPJ
IPJ 2
Return Value
Type:
Int32
0 - No
1 - If the IPJs are the same, or if either IPJ is IPJ_CS_UNKNOWN.
Notes
This does not compare LDT information in the IPJ, use iCompareDatums_IPJ for a full comparison.
See Also