Click or drag to resize

CMULTIGRID3DUTIL.ConvertDoubleToThematic Method

Convert Double MultiVoxset to Thematic MultiVoxset

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void ConvertDoubleToThematic(
	string input_grid3d_filename,
	CVV translate_vv,
	CTPAT tpat,
	string output_grid3d_filename
)

public static void ConvertDoubleToThematic(
	string input_grid3d_filename,
	CVV translate_vv,
	CTPAT tpat,
	string output_grid3d_filename
)

Parameters

input_grid3d_filename
Type: System.String
Input grid3d filename
translate_vv
Type: GeoEngine.Core.GXNet.CVV
Translation VV handle
tpat
Type: GeoEngine.Core.GXNet.CTPAT
TPAT object
output_grid3d_filename
Type: System.String
Output grid3d filename
See Also