 | CSEGYREADERGetVoxelCellSize Method |
Get the cell size of the voxel that would be exported with the current configuration.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void GetVoxelCellSize(
ref double x,
ref double y,
ref double z
)
public void GetVoxelCellSize(
ref double x,
ref double y,
ref double z
)
Public Sub GetVoxelCellSize (
ByRef x As Double,
ByRef y As Double,
ByRef z As Double
)
Public Sub GetVoxelCellSize (
ByRef x As Double,
ByRef y As Double,
ByRef z As Double
)
public:
void GetVoxelCellSize(
double% x,
double% y,
double% z
)
public:
void GetVoxelCellSize(
double% x,
double% y,
double% z
)
member GetVoxelCellSize :
x : float byref *
y : float byref *
z : float byref -> unit
member GetVoxelCellSize :
x : float byref *
y : float byref *
z : float byref -> unit
Parameters
- x
- Type: SystemDouble
Voxel cell size along X - y
- Type: SystemDouble
Voxel cell size along Y - z
- Type: SystemDouble
Voxel cell size along Z
See Also