 | 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
Syntaxpublic CVV GetFullVV()
public CVV GetFullVV()
Public Function GetFullVV As CVV
Public Function GetFullVV As CVV
public:
CVV^ GetFullVV()
public:
CVV^ GetFullVV()
member GetFullVV : unit -> CVV
member GetFullVV : unit -> CVV
Return Value
Type:
CVVVV 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