Click or drag to resize
CSEGYREADERGetVoxelDimensions Method
Get the 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 GetVoxelDimensions(
	ref int x,
	ref int y,
	ref int z
)

Parameters

x
Type: SystemInt32
Voxel size along X
y
Type: SystemInt32
Voxel size along Y
z
Type: SystemInt32
Voxel size along Z
See Also