Click or drag to resize

CSEGYREADERSetUserVoxelCellSizeXY Method

Set the XY 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 SetUserVoxelCellSizeXY(
	double x,
	double y
)

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