 | CDBPutChanVV Method |
Place the contents of a VV in a channel.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void PutChanVV(
int line,
int chan,
CVV vv
)
public void PutChanVV(
int line,
int chan,
CVV vv
)
Public Sub PutChanVV (
line As Integer,
chan As Integer,
vv As CVV
)
Public Sub PutChanVV (
line As Integer,
chan As Integer,
vv As CVV
)
public:
void PutChanVV(
int line,
int chan,
CVV^ vv
)
public:
void PutChanVV(
int line,
int chan,
CVV^ vv
)
member PutChanVV :
line : int *
chan : int *
vv : CVV -> unit
member PutChanVV :
line : int *
chan : int *
vv : CVV -> unit
Parameters
- line
- Type: SystemInt32
Line - chan
- Type: SystemInt32
Channel - vv
- Type: GeoEngine.Core.GXNetXCVV
VV from which to get the data
Remarks
If a VA channel is specified, then element [0] of this
VA channel will be populated with the VV.
There is a limit of 2000 elements for non-licensed users.
See Also