 | CSEGYREADERSetGeoreferencing Method |
Sets the georeferencing of the voxel that would be exported with the current configuration.
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic void SetGeoreferencing(
CIPJ ipj
)
public void SetGeoreferencing(
CIPJ ipj
)
Public Sub SetGeoreferencing (
ipj As CIPJ
)
Public Sub SetGeoreferencing (
ipj As CIPJ
)
public:
void SetGeoreferencing(
CIPJ^ ipj
)
public:
void SetGeoreferencing(
CIPJ^ ipj
)
member SetGeoreferencing :
ipj : CIPJ -> unit
member SetGeoreferencing :
ipj : CIPJ -> unit
Parameters
- ipj
- Type: GeoEngine.Core.GXNetCIPJ
See Also