 | CSEMPLOTIGetMineralChannelName Method (CDB, String) |
Retrieve the mineral channel name.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void IGetMineralChannelName(
CDB db,
ref string mineral_ch
)
public static void IGetMineralChannelName(
CDB db,
ref string mineral_ch
)
Public Shared Sub IGetMineralChannelName (
db As CDB,
ByRef mineral_ch As String
)
Public Shared Sub IGetMineralChannelName (
db As CDB,
ByRef mineral_ch As String
)
public:
static void IGetMineralChannelName(
CDB^ db,
String^% mineral_ch
)
public:
static void IGetMineralChannelName(
CDB^ db,
String^% mineral_ch
)
static member IGetMineralChannelName :
db : CDB *
mineral_ch : string byref -> unit
static member IGetMineralChannelName :
db : CDB *
mineral_ch : string byref -> unit
Parameters
- db
- Type: GeoEngine.Core.GXNetCDB
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