Click or drag to resize
CSEMPLOTFilterMineralPosData Method
Filter raw data by position and mineral values

Available since Oasis montaj version: 6.2
License: Available to specially licensed modules.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
The Mask channel will be updated so that those data values which "pass" get "1" and those that "fail" get dummy "*" NO DATA IS REMOVED. Works on all selected lines of data.
Syntax
public static void FilterMineralPosData(
	CGXNETCore gxNetShared,
	CDB db,
	string mask_ch,
	string mineral_ch,
	string mineral,
	int pos
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
db
Type: GeoEngine.Core.GXNetXCDB
Database handle
mask_ch
Type: SystemString
Mask channel
mineral_ch
Type: SystemString
Mineral channel
mineral
Type: SystemString
Mineral (string) - "C", "I" etc.
pos
Type: SystemInt32
Grain position
See Also