Click or drag to resize

CSEMPLOTIGetMineralChannelName Method (CGXNETCore, CDB, String)

Retrieve the mineral channel name.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax
public static void IGetMineralChannelName(
	CGXNETCore gxNetShared,
	CDB db,
	ref string mineral_ch
)

public static void IGetMineralChannelName(
	CGXNETCore gxNetShared,
	CDB db,
	ref string mineral_ch
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
db
Type: GeoEngine.Core.GXNetXCDB
Database handle
mineral_ch
Type: SystemString
Mineral channel name
Remarks
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.
See Also