Click or drag to resize

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
)

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