 | CPLYSetIPJ Method |
Set the projection.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.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
IPJ to place in the PLY
RemarksThis changes the projection information only.
See Also