Click or drag to resize

CVMSetInt Method

Set an integer element in a VM.

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

public void SetInt(
	int element,
	int value
)

Parameters

element
Type: SystemInt32
Element to set
value
Type: SystemInt32
Value to set
Remarks
Element being set cannot be < 0. If the element is > current VM length, the VM length is increased. Reallocating VM lengths can lead to fragmented memory and should be avoided if possible.
See Also