 | 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
Syntaxpublic static void IGetMineralChannelName(
CGXNETCore gxNetShared,
CDB db,
ref string mineral_ch
)
public static void IGetMineralChannelName(
CGXNETCore gxNetShared,
CDB db,
ref string mineral_ch
)
Public Shared Sub IGetMineralChannelName (
gxNetShared As CGXNETCore,
db As CDB,
ByRef mineral_ch As String
)
Public Shared Sub IGetMineralChannelName (
gxNetShared As CGXNETCore,
db As CDB,
ByRef mineral_ch As String
)
public:
static void IGetMineralChannelName(
CGXNETCore^ gxNetShared,
CDB^ db,
String^% mineral_ch
)
public:
static void IGetMineralChannelName(
CGXNETCore^ gxNetShared,
CDB^ db,
String^% mineral_ch
)
static member IGetMineralChannelName :
gxNetShared : CGXNETCore *
db : CDB *
mineral_ch : string byref -> unit
static member IGetMineralChannelName :
gxNetShared : CGXNETCore *
db : CDB *
mineral_ch : string byref -> unit
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