Click or drag to resize
CVMSetString Method
Set a string 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 SetString(
	int element,
	string value
)

Parameters

element
Type: SystemInt32
Element to set
value
Type: SystemString
String to set
See Also