 | CEDBiAllChanList Method |
Get a list of the all channels but in the way they are displayed.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic int iAllChanList(
CVV vv
)
public int iAllChanList(
CVV vv
)
Public Function iAllChanList (
vv As CVV
) As Integer
Public Function iAllChanList (
vv As CVV
) As Integer
public:
int iAllChanList(
CVV^ vv
)
public:
int iAllChanList(
CVV^ vv
)
member iAllChanList :
vv : CVV -> int
member iAllChanList :
vv : CVV -> int
Parameters
- vv
- Type: GeoEngine.Core.GXNetXCVV
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.
Remarks
The VV elements must be INT.
Displayed channel lists are filled in the order the channels
appear on the display, left to right.
See Also