 | CIPJiEquivalent Method |
Note: This API is now obsolete.
Compare if two IPJs the equivalent (allows for small numerical differences)
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 iEquivalent(
CIPJ ipj2
)
[ObsoleteAttribute("Deprecated since unknown, ")]
public int iEquivalent(
CIPJ ipj2
)
<ObsoleteAttribute("Deprecated since unknown, ")>
Public Function iEquivalent (
ipj2 As CIPJ
) As Integer
<ObsoleteAttribute("Deprecated since unknown, ")>
Public Function iEquivalent (
ipj2 As CIPJ
) As Integer
public:
[ObsoleteAttribute(L"Deprecated since unknown, ")]
int iEquivalent(
CIPJ^ ipj2
)
public:
[ObsoleteAttribute(L"Deprecated since unknown, ")]
int iEquivalent(
CIPJ^ ipj2
)
[<ObsoleteAttribute("Deprecated since unknown, ")>]
member iEquivalent :
ipj2 : CIPJ -> int
[<ObsoleteAttribute("Deprecated since unknown, ")>]
member iEquivalent :
ipj2 : CIPJ -> int
Parameters
- ipj2
- Type: GeoEngine.Core.GXNetXCIPJ
IPJ 2
Return Value
Type:
Int32
0 - No
1 - Yes
Notes
This does not compare LDT information in the IPJ, use iCompareDatums_IPJ for a full comparison.
See Also