 | CVOXConvertThematicToNumeric Method |
Convert thematic (lithology) voxel to numeric voxel
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic void ConvertThematicToNumeric(
CVV vv_translate,
string output_vox
)
public void ConvertThematicToNumeric(
CVV vv_translate,
string output_vox
)
Public Sub ConvertThematicToNumeric (
vv_translate As CVV,
output_vox As String
)
Public Sub ConvertThematicToNumeric (
vv_translate As CVV,
output_vox As String
)
public:
void ConvertThematicToNumeric(
CVV^ vv_translate,
String^ output_vox
)
public:
void ConvertThematicToNumeric(
CVV^ vv_translate,
String^ output_vox
)
member ConvertThematicToNumeric :
vv_translate : CVV *
output_vox : string -> unit
member ConvertThematicToNumeric :
vv_translate : CVV *
output_vox : string -> unit
Parameters
- vv_translate
- Type: GeoEngine.Core.GXNetCVV
Translation VV handle. - output_vox
- Type: SystemString
Output voxel file name.
See Also