Click or drag to resize

CVOXConvertThematicToNumeric Method

Convert thematic (lithology) voxel to numeric voxel

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void ConvertThematicToNumeric(
	CVV vv_translate,
	string output_vox
)

public void ConvertThematicToNumeric(
	CVV vv_translate,
	string output_vox
)

Parameters

vv_translate
Type: GeoEngine.Core.GXNetXCVV
Translation VV handle.
output_vox
Type: SystemString
Output voxel file name.
See Also