Click or drag to resize

CIPJCompareTo Method (CIPJ, String)

Get a string with differences between PROJ created IPJs

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

public void CompareTo(
	CIPJ ipj2,
	ref string message
)

Parameters

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