Click or drag to resize

CIPJCompareTo Method (CIPJ, String, Int32)

Get a string with differences between PROJ created IPJs

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2025.1.0.25
Syntax
public void CompareTo(
	CIPJ ipj2,
	ref string message,
	int size
)

public void CompareTo(
	CIPJ ipj2,
	ref string message,
	int size
)

Parameters

ipj2
Type: GeoEngine.Core.GXNetXCIPJ
IPJ object
message
Type: SystemString
:output message string
size
Type: SystemInt32
Size of the string message
Remarks
If the projection is not supported in Geosoft, the IPJ will be unknown.
See Also