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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.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(
	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 numeric PG
vv
Type: GeoEngine.Core.GXNetXCVV
Translation VV (see notes above)
pg_o
Type: GeoEngine.Core.GXNetXCPG
Output thematic PG
See Also