Click or drag to resize
CIPJiCoordinateSystemsAreTheSame Method
Are these two coordinate systems the same?

Available since Oasis montaj version: 7.2.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
This does not compare LDT information (use iCompareDatums_IPJ for that).
Syntax
public int iCoordinateSystemsAreTheSame(
	CIPJ oIPJ1
)

Parameters

oIPJ1
Type: GeoEngine.Core.GXNetCIPJ
IPJ 2

Return Value

Type: Int32
0 - No 1 - Yes
See Also