 | CVMCreateExt Method |
Create a VM, using one of the <define>GS_TYPES</define> special data types.
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static CVM CreateExt(
int type,
int elements
)
public static CVM CreateExt(
int type,
int elements
)
Public Shared Function CreateExt (
type As Integer,
elements As Integer
) As CVM
Public Shared Function CreateExt (
type As Integer,
elements As Integer
) As CVM
public:
static CVM^ CreateExt(
int type,
int elements
)
public:
static CVM^ CreateExt(
int type,
int elements
)
static member CreateExt :
type : int *
elements : int -> CVM
static member CreateExt :
type : int *
elements : int -> CVM
Parameters
- type
- Type: SystemInt32
<define>GS_TYPES</define> - elements
- Type: SystemInt32
VM length (less than 16777215)
Return Value
Type:
CVMVM Object
RemarksThe VM elements are initialized to dummies.
See Also