 | CDHSetIPJ Method |
Set the project IPJ.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void SetIPJ(
CIPJ ipj
)
public void SetIPJ(
CIPJ ipj
)
Public Sub SetIPJ (
ipj As CIPJ
)
Public Sub SetIPJ (
ipj As CIPJ
)
public:
void SetIPJ(
CIPJ^ ipj
)
public:
void SetIPJ(
CIPJ^ ipj
)
member SetIPJ :
ipj : CIPJ -> unit
member SetIPJ :
ipj : CIPJ -> unit
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