Click or drag to resize

CSEMPLOTIGetMineralChannelName Method (CDB, String, Int32)

Retrieve the mineral channel name.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void IGetMineralChannelName(
	CDB db,
	ref string mineral_ch,
	int size
)

public static void IGetMineralChannelName(
	CDB db,
	ref string mineral_ch,
	int size
)

Parameters

db
Type: GeoEngine.Core.GXNetCDB
Database handle
mineral_ch
Type: SystemString
Mineral channel name
size
Type: SystemInt32
Size of the Buffer
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