Click or drag to resize
CVMCreateExt Method
Create a VM, using one of the <define>GS_TYPES</define> special data types.

Available since Oasis montaj version: 6.4.2
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 CreateExt(
	CGXNETCore gxNetShared,
	int type,
	int elements
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
type
Type: SystemInt32
<define>GS_TYPES</define>
elements
Type: SystemInt32
VM length (less than 16777215)

Return Value

Type: CVM
VM Object
See Also