Click or drag to resize

CIPIGetChanLabel Method (CGXNETCore, String, String, Int32, String, Int32)

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

public static void IGetChanLabel(
	CGXNETCore gxNetShared,
	string chan,
	ref string label,
	int len_label,
	ref string units,
	int len_units
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
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