Click or drag to resize
CIPIGetChanLabel Method (CGXNETCore, String, String, String)
Get the default label and units for a given channel.

Available since Oasis montaj version: 5.0
License: Available to specially licensed modules.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Syntax
public static void IGetChanLabel(
	CGXNETCore gxNetShared,
	string chan,
	ref string label,
	ref string units
)

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