Click or drag to resize

CVMCreate Method

Create a VM.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static CVM Create(
	CGXNETCore gxNetShared,
	int type,
	int elements
)

public static CVM Create(
	CGXNETCore gxNetShared,
	int type,
	int elements
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
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