Click or drag to resize

CVMCreateExt Method

Create a VM, using one of the <define>GS_TYPES</define> special data types.

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

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
Remarks
The VM elements are initialized to dummies.
See Also