 | CIPIGetChanLabel Method (CGXNETCore, String, String, String) |
Get the default label and units for a given channel.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static void IGetChanLabel(
CGXNETCore gxNetShared,
string chan,
ref string label,
ref string units
)
public static void IGetChanLabel(
CGXNETCore gxNetShared,
string chan,
ref string label,
ref string units
)
Public Shared Sub IGetChanLabel (
gxNetShared As CGXNETCore,
chan As String,
ByRef label As String,
ByRef units As String
)
Public Shared Sub IGetChanLabel (
gxNetShared As CGXNETCore,
chan As String,
ByRef label As String,
ByRef units As String
)
public:
static void IGetChanLabel(
CGXNETCore^ gxNetShared,
String^ chan,
String^% label,
String^% units
)
public:
static void IGetChanLabel(
CGXNETCore^ gxNetShared,
String^ chan,
String^% label,
String^% units
)
static member IGetChanLabel :
gxNetShared : CGXNETCore *
chan : string *
label : string byref *
units : string byref -> unit
static member IGetChanLabel :
gxNetShared : CGXNETCore *
chan : string *
label : string byref *
units : string byref -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - chan
- Type: SystemString
Input channel - label
- Type: SystemString
Returned label - units
- Type: SystemString
Returned units
See Also