Click or drag to resize

CVVSetIntN Method

Set N integer elements in a VV.

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 element (>= 0)
n
Type: SystemInt32
# elements to set (-1 sets all elements to end)
value
Type: SystemInt32
Value to set
Remarks
Element being set cannot be < 0. If the element is > current VV length, the VV length is increased.
See Also