Click or drag to resize

CSHPSetIPJ Method

Set a SHP object's projection.

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
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