Click or drag to resize

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
Syntax
public void GetVoxelCellSize(
	ref double x,
	ref double y,
	ref double z
)

public void GetVoxelCellSize(
	ref double x,
	ref double y,
	ref double z
)

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