 | CIPIGetChanLabel Method (String, String, Int32, String, Int32) |
Get the default label and units for a given channel.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void IGetChanLabel(
string chan,
ref string label,
int len_label,
ref string units,
int len_units
)
public static void IGetChanLabel(
string chan,
ref string label,
int len_label,
ref string units,
int len_units
)
Public Shared Sub IGetChanLabel (
chan As String,
ByRef label As String,
len_label As Integer,
ByRef units As String,
len_units As Integer
)
Public Shared Sub IGetChanLabel (
chan As String,
ByRef label As String,
len_label As Integer,
ByRef units As String,
len_units As Integer
)
public:
static void IGetChanLabel(
String^ chan,
String^% label,
int len_label,
String^% units,
int len_units
)
public:
static void IGetChanLabel(
String^ chan,
String^% label,
int len_label,
String^% units,
int len_units
)
static member IGetChanLabel :
chan : string *
label : string byref *
len_label : int *
units : string byref *
len_units : int -> unit
static member IGetChanLabel :
chan : string *
label : string byref *
len_label : int *
units : string byref *
len_units : int -> unit
Parameters
- chan
- Type: SystemString
Input channel - label
- Type: SystemString
Returned label - len_label
- Type: SystemInt32
Label length - units
- Type: SystemString
Returned units - len_units
- Type: SystemInt32
Units label length
See Also