Click or drag to resize

CVMReSize Method

Re-set the size of a VM.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void ReSize(
	int newsize
)

public void ReSize(
	int newsize
)

Parameters

newsize
Type: SystemInt32
New size (number of elements)
Remarks
If increasing the VM size, new elements are set to dummies.
See Also