Click or drag to resize

CVAGetFullVV Method

Get the full VV from the VA.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public CVV GetFullVV()

public CVV GetFullVV()

Return Value

Type: CVV
VV Object
Remarks
No data is copied, this is the handle to the data VV in the VA. The fid start/increment of the VA is passed to the VV at the time of the call. If a new VA is read, you must call GetFull_VV_VA to get the new fid in the VV.
See Also