Click or drag to resize

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
)

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