Click or drag to resize

CVASetIntN Method

Set N rows of integer elements in a VA.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void SetIntN(
	int start,
	int n,
	int value
)

public void SetIntN(
	int start,
	int n,
	int value
)

Parameters

start
Type: SystemInt32
Start row index (>= 0)
n
Type: SystemInt32
# of rows to set (-1 sets all rows to end)
value
Type: SystemInt32
Value to set
Remarks
Element row starting index being set cannot be < 0. If the element row index is >= current VA length, the VA length is increased.
See Also