Click or drag to resize

CVMSetString Method

Set a string 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 SetString(
	int element,
	string value
)

public void SetString(
	int element,
	string value
)

Parameters

element
Type: SystemInt32
Element to set
value
Type: SystemString
String 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