 | CSTDataVV Method |
Add all the values in this VV to the statistics object.
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic void DataVV(
CVV vv
)
public void DataVV(
CVV vv
)
Public Sub DataVV (
vv As CVV
)
Public Sub DataVV (
vv As CVV
)
public:
void DataVV(
CVV^ vv
)
public:
void DataVV(
CVV^ vv
)
member DataVV :
vv : CVV -> unit
member DataVV :
vv : CVV -> unit
Parameters
- vv
- Type: GeoEngine.Core.GXNetCVV
VV object
See Also