Click or drag to resize

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
)

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