 | CPGUThematicToNumeric Method |
Set numeric values in a pager based on an index pager with translation VV.
Returns Nothing
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic static void ThematicToNumeric(
CGXNETCore gxNetShared,
CPG pg_i,
CVV vv,
CPG pg_o
)
public static void ThematicToNumeric(
CGXNETCore gxNetShared,
CPG pg_i,
CVV vv,
CPG pg_o
)
Public Shared Sub ThematicToNumeric (
gxNetShared As CGXNETCore,
pg_i As CPG,
vv As CVV,
pg_o As CPG
)
Public Shared Sub ThematicToNumeric (
gxNetShared As CGXNETCore,
pg_i As CPG,
vv As CVV,
pg_o As CPG
)
public:
static void ThematicToNumeric(
CGXNETCore^ gxNetShared,
CPG^ pg_i,
CVV^ vv,
CPG^ pg_o
)
public:
static void ThematicToNumeric(
CGXNETCore^ gxNetShared,
CPG^ pg_i,
CVV^ vv,
CPG^ pg_o
)
static member ThematicToNumeric :
gxNetShared : CGXNETCore *
pg_i : CPG *
vv : CVV *
pg_o : CPG -> unit
static member ThematicToNumeric :
gxNetShared : CGXNETCore *
pg_i : CPG *
vv : CVV *
pg_o : CPG -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - pg_i
- Type: GeoEngine.Core.GXNetXCPG
Input Index PG - vv
- Type: GeoEngine.Core.GXNetXCVV
Translation VV - pg_o
- Type: GeoEngine.Core.GXNetXCPG
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