 | CGXNETCoreGetIntVM Method |
Get a VM array of integers.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static IntVector GetIntVM(
CVM hVM,
int count
)
public static IntVector GetIntVM(
CVM hVM,
int count
)
Public Shared Function GetIntVM (
hVM As CVM,
count As Integer
) As IntVector
Public Shared Function GetIntVM (
hVM As CVM,
count As Integer
) As IntVector
public:
static IntVector^ GetIntVM(
CVM^ hVM,
int count
)
public:
static IntVector^ GetIntVM(
CVM^ hVM,
int count
)
static member GetIntVM :
hVM : CVM *
count : int -> IntVector
static member GetIntVM :
hVM : CVM *
count : int -> IntVector
Parameters
- hVM
- Type: GeoEngine.Core.GXNetXCVM
- count
- Type: SystemInt32
Return Value
Type:
IntVector
See Also