Click or drag to resize
CEDBiAllChanList Method
Get a list of the all channels but in the way they are displayed.

Available since Oasis montaj version: 5.0.0
Limitations: May not be available if running outside of a Oasis Montaj or from a command line program.  
License: Available to anyone.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
The VV elements must be INT. Displayed channel lists are filled in the order the channels appear on the display, left to right.
Syntax
public int iAllChanList(
	CVV oVV1
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
VV (INT) in which to place the list.

Return Value

Type: Int32
Number of symbols in the list. Terminates GX if there was an error.
See Also