Click or drag to resize

CSHPSetIPJ Method

Set a SHP object's projection.

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

public void SetIPJ(
	CIPJ ipj
)

Parameters

ipj
Type: GeoEngine.Core.GXNetCIPJ
Input IPJ
Remarks
If the SHP object has a projection, and it is not <define>IPJ_TYPE_NONE</define>, then it will be output to a file with the .prj extension when the first object is output. This function should be called BEFORE the first object is written.
See Also