 | CDBPutVaChanVV Method |
Place the contents of a VV at a specific part of a channel.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void PutVaChanVV(
int line,
int chan,
CVV vv,
int offset,
int items
)
public void PutVaChanVV(
int line,
int chan,
CVV vv,
int offset,
int items
)
Public Sub PutVaChanVV (
line As Integer,
chan As Integer,
vv As CVV,
offset As Integer,
items As Integer
)
Public Sub PutVaChanVV (
line As Integer,
chan As Integer,
vv As CVV,
offset As Integer,
items As Integer
)
public:
void PutVaChanVV(
int line,
int chan,
CVV^ vv,
int offset,
int items
)
public:
void PutVaChanVV(
int line,
int chan,
CVV^ vv,
int offset,
int items
)
member PutVaChanVV :
line : int *
chan : int *
vv : CVV *
offset : int *
items : int -> unit
member PutVaChanVV :
line : int *
chan : int *
vv : CVV *
offset : int *
items : int -> unit
Parameters
- line
- Type: SystemInt32
Line - chan
- Type: SystemInt32
Channel - vv
- Type: GeoEngine.Core.GXNetXCVV
VV from which to get the data - offset
- Type: SystemInt32
Offset - items
- Type: SystemInt32
Number to Write
Remarks
If a VA channel is specified, then element [0] of this
VA channel will be populated with the VV.
See Also