Click or drag to resize
CSEMPLOTIGetMineralChannelName Method (CGXNETCore, CDB, String, Int32)
Retrieve the mineral channel name.

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
First looks at the SEMPLOT.MINERAL_CHANNEL value. If not found, returns the first MINERAL class channel found. If still not found, returns a blank string.
Syntax
public static void IGetMineralChannelName(
	CGXNETCore gxNetShared,
	CDB db,
	ref string mineral_ch,
	int size
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
db
Type: GeoEngine.Core.GXNetXCDB
Database handle
mineral_ch
Type: SystemString
Mineral channel name
size
Type: SystemInt32
Size of the Buffer
See Also