Click or drag to resize

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
Syntax
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
)

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