Click or drag to resize

CVA.SetInt Method

Set an integer element in a VA.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public void SetInt(
	int row,
	int col,
	int value
)

public void SetInt(
	int row,
	int col,
	int value
)

Parameters

row
Type: System.Int32
Row
col
Type: System.Int32
Column
value
Type: System.Int32
Value to set
Remarks
Element being set cannot be < 0. If the element is > current VA length, the VA length is increased.
See Also