 | CMULTIGRID3DUTILConvertDoubleToThematic Method |
Convert Double MultiVoxset to Thematic MultiVoxset
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static void ConvertDoubleToThematic(
CGXNETCore gxNetShared,
string input_grid3d_filename,
CVV translate_vv,
CTPAT tpat,
string output_grid3d_filename
)
public static void ConvertDoubleToThematic(
CGXNETCore gxNetShared,
string input_grid3d_filename,
CVV translate_vv,
CTPAT tpat,
string output_grid3d_filename
)
Public Shared Sub ConvertDoubleToThematic (
gxNetShared As CGXNETCore,
input_grid3d_filename As String,
translate_vv As CVV,
tpat As CTPAT,
output_grid3d_filename As String
)
Public Shared Sub ConvertDoubleToThematic (
gxNetShared As CGXNETCore,
input_grid3d_filename As String,
translate_vv As CVV,
tpat As CTPAT,
output_grid3d_filename As String
)
public:
static void ConvertDoubleToThematic(
CGXNETCore^ gxNetShared,
String^ input_grid3d_filename,
CVV^ translate_vv,
CTPAT^ tpat,
String^ output_grid3d_filename
)
public:
static void ConvertDoubleToThematic(
CGXNETCore^ gxNetShared,
String^ input_grid3d_filename,
CVV^ translate_vv,
CTPAT^ tpat,
String^ output_grid3d_filename
)
static member ConvertDoubleToThematic :
gxNetShared : CGXNETCore *
input_grid3d_filename : string *
translate_vv : CVV *
tpat : CTPAT *
output_grid3d_filename : string -> unit
static member ConvertDoubleToThematic :
gxNetShared : CGXNETCore *
input_grid3d_filename : string *
translate_vv : CVV *
tpat : CTPAT *
output_grid3d_filename : string -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - input_grid3d_filename
- Type: SystemString
Input grid3d filename - translate_vv
- Type: GeoEngine.Core.GXNetXCVV
Translation VV handle - tpat
- Type: GeoEngine.Core.GXNetXCTPAT
TPAT object - output_grid3d_filename
- Type: SystemString
Output grid3d filename
See Also