Click or drag to resize

CVMCreate Method

Create a VM.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static CVM Create(
	int type,
	int elements
)

public static CVM Create(
	int type,
	int elements
)

Parameters

type
Type: SystemInt32
<define>GEO_VAR</define>
elements
Type: SystemInt32
VM length (less than 16777215)

Return Value

Type: CVM
VM Object
Remarks
The VM elements are initialized to dummies.
See Also