Click or drag to resize

CIPIGetChanLabel Method (String, String, String)

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
Syntax
public static void IGetChanLabel(
	string chan,
	ref string label,
	ref string units
)

public static void IGetChanLabel(
	string chan,
	ref string label,
	ref string units
)

Parameters

chan
Type: SystemString
Input channel
label
Type: SystemString
Returned label
units
Type: SystemString
Returned units
See Also