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.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.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 GS_LONG 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(
	CPG oPG1,
	CVV oVV2,
	CPG oPG3
)

Parameters

oPG1
Type: GeoEngine.Core.GXNetCPG
Input Index PG
oVV2
Type: GeoEngine.Core.GXNetCVV
Translation VV
oPG3
Type: GeoEngine.Core.GXNetCPG
Output Data PG
See Also