Click or drag to resize
CSEGYREADERGetVoxelCellSize Method
Get the cell size of the voxel that would be exported with the current configuration.

Available since Oasis montaj version: 9.6
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
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