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