 | CDH.SetIPJ Method |
Set the project IPJ.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.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.GXNet.CIPJ
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