Click or drag to resize
CPGUThematicToNumeric Method
Set numeric values in a pager based on an index pager with translation VV. Returns Nothing

Available since Oasis montaj version: 7.3
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
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.
Syntax
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
See Also