Click or drag to resize
CPGUNumericToThematic Method
NumericToThematic_PGU Set index values in a pager based on a numeric 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 values in the input data VV represent the center-of-range values of unique properties with indices 0 to N-1, where N is the number of items in the input VV. This VV is sorted from smallest to largest, and each value in in the input numeric PG is tested to see into which range it goes. The closest range value for each item is used, so the half-way point is the dividing point. The top and bottom-most range widths are determined by the "inside half-width" to the nearest range. The INDEX of the closest range is then inserted into the output PG, so it can be used in a thematic voxel (for instance).
Syntax
public static void NumericToThematic(
	CPG oPG1,
	CVV oVV2,
	CPG oPG3
)

Parameters

oPG1
Type: GeoEngine.Core.GXNetCPG
Input numeric PG
oVV2
Type: GeoEngine.Core.GXNetCVV
Translation VV (see notes above)
oPG3
Type: GeoEngine.Core.GXNetCPG
Output thematic PG
See Also