Click or drag to resize

CDHSetIPJ Method

Set the project IPJ.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void SetIPJ(
	CIPJ ipj
)

public void SetIPJ(
	CIPJ ipj
)

Parameters

ipj
Type: GeoEngine.Core.GXNetXCIPJ
IPJ Handle
Remarks
The projection for the project is the projection stored in the DH_EAST channel in the collar table. This function sets the projection of the (DH_EAST, DH_NORTH) channel pairs in each of the project databases to the input IPJ. The input IPJ cannot be a geographic coordinate system or this call will fail with an error message.
See Also