Click or drag to resize

CVAGetVV Method

Get a row or column of data as a VV from an array.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void GetVV(
	int no,
	int row_col,
	CVV vv
)

public void GetVV(
	int no,
	int row_col,
	CVV vv
)

Parameters

no
Type: SystemInt32
Row or Column # (0 is first)
row_col
Type: SystemInt32
<define>VA_OBJECT</define>
vv
Type: GeoEngine.Core.GXNetXCVV
VV in which to place data
See Also