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