Click or drag to resize
CVMSetInt Method
Set an integer element in a VM.

Available since Oasis montaj version: 5.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
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.
Syntax
public void SetInt(
	int element,
	int value
)

Parameters

element
Type: SystemInt32
Element to set
value
Type: SystemInt32
Value to set
See Also