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