 | CEDBiGetMultiChans Method |
Get a list of the all multiple selected channels.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2026.1.0.24
Syntaxpublic int iGetMultiChans(
CVV vv
)
public int iGetMultiChans(
CVV vv
)
Public Function iGetMultiChans (
vv As CVV
) As Integer
Public Function iGetMultiChans (
vv As CVV
) As Integer
public:
int iGetMultiChans(
CVV^ vv
)
public:
int iGetMultiChans(
CVV^ vv
)
member iGetMultiChans :
vv : CVV -> int
member iGetMultiChans :
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.
Multiple selected channel lists
See Also