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