 | CPGUThematicToNumeric Method |
Set numeric values in a pager based on an index pager with translation VV.
Returns Nothing
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void ThematicToNumeric(
CPG pg_i,
CVV vv,
CPG pg_o
)
public static void ThematicToNumeric(
CPG pg_i,
CVV vv,
CPG pg_o
)
Public Shared Sub ThematicToNumeric (
pg_i As CPG,
vv As CVV,
pg_o As CPG
)
Public Shared Sub ThematicToNumeric (
pg_i As CPG,
vv As CVV,
pg_o As CPG
)
public:
static void ThematicToNumeric(
CPG^ pg_i,
CVV^ vv,
CPG^ pg_o
)
public:
static void ThematicToNumeric(
CPG^ pg_i,
CVV^ vv,
CPG^ pg_o
)
static member ThematicToNumeric :
pg_i : CPG *
vv : CVV *
pg_o : CPG -> unit
static member ThematicToNumeric :
pg_i : CPG *
vv : CVV *
pg_o : CPG -> unit
Parameters
- pg_i
- Type: GeoEngine.Core.GXNetCPG
Input Index PG - vv
- Type: GeoEngine.Core.GXNetCVV
Translation VV - pg_o
- Type: GeoEngine.Core.GXNetCPG
Output Data PG
Remarks
The items in the input data VV are inserted into
the output PG using the indices in the index PG.
This function is useful when converting a thematic voxel, which is
type <define>GS_LONG</define> and contains indices into its own internal TPAT
object, and you provide a numeric mapping VV, calculated using
SetupTranslateToNumericVV_TPAT.
See Also