 | CVOXSetIPJ Method |
Set the projection of the voxel.
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 object to save VOX's meta to
See Also