Click or drag to resize

CSEGYREADERGetVoxelDimensions Method

Get the 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 GetVoxelDimensions(
	ref int x,
	ref int y,
	ref int z
)

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