 | CDBWRITEGetVVz Method |
Get the Z channel VV handle.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic CVV GetVVz()
public CVV GetVVz()
Public Function GetVVz As CVV
Public Function GetVVz As CVV
public:
CVV^ GetVVz()
public:
CVV^ GetVVz()
member GetVVz : unit -> CVV
member GetVVz : unit -> CVV
Return Value
Type:
CVVVV handle
Remarks
Only available for the CreateXY or CreateXYZ methods.
The VV is filled anew for each block served up.
If the Z channel is an array channel, the returned VV is the "base" VV of the VA and contains all items sequentially.
See Also