Click or drag to resize
CSEGYREADERSetUserVoxelCellSizeXY Method
Set the XY 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 SetUserVoxelCellSizeXY(
	double x,
	double y
)

Parameters

x
Type: SystemDouble
Voxel cell size along X
y
Type: SystemDouble
Voxel cell size along Y
See Also