Click or drag to resize
CSHPSetIPJ Method
Set a SHP object's projection.

Available since Oasis montaj version: 6.3
License: Available to anyone.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
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.
Syntax
public void SetIPJ(
	CIPJ ipj
)

Parameters

ipj
Type: GeoEngine.Core.GXNetXCIPJ
Input IPJ
See Also