 | CDBPutChanVVEx Method |
Note: This API is now obsolete.
Place the contents of a VV in a channel.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2025.1.0.25
Syntax[ObsoleteAttribute("Deprecated since unknown, ")]
public void PutChanVVEx(
int line,
int chan,
CVV vv
)
[ObsoleteAttribute("Deprecated since unknown, ")]
public void PutChanVVEx(
int line,
int chan,
CVV vv
)
<ObsoleteAttribute("Deprecated since unknown, ")>
Public Sub PutChanVVEx (
line As Integer,
chan As Integer,
vv As CVV
)
<ObsoleteAttribute("Deprecated since unknown, ")>
Public Sub PutChanVVEx (
line As Integer,
chan As Integer,
vv As CVV
)
public:
[ObsoleteAttribute(L"Deprecated since unknown, ")]
void PutChanVVEx(
int line,
int chan,
CVV^ vv
)
public:
[ObsoleteAttribute(L"Deprecated since unknown, ")]
void PutChanVVEx(
int line,
int chan,
CVV^ vv
)
[<ObsoleteAttribute("Deprecated since unknown, ")>]
member PutChanVVEx :
line : int *
chan : int *
vv : CVV -> unit
[<ObsoleteAttribute("Deprecated since unknown, ")>]
member PutChanVVEx :
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
This method is identical to PutChanVV_DB except that it
does not have a limit for the Free viewer. It is licensed
and cannot be called without a license.
See Also