Click or drag to resize
CVMCreate Method
Create 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
The VM elements are initialized to dummies.
Syntax
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
See Also