 | CGXNETCoreGetInt64VM 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 Int64Vector GetInt64VM(
CVM hVM,
int count
)
public static Int64Vector GetInt64VM(
CVM hVM,
int count
)
Public Shared Function GetInt64VM (
hVM As CVM,
count As Integer
) As Int64Vector
Public Shared Function GetInt64VM (
hVM As CVM,
count As Integer
) As Int64Vector
public:
static Int64Vector^ GetInt64VM(
CVM^ hVM,
int count
)
public:
static Int64Vector^ GetInt64VM(
CVM^ hVM,
int count
)
static member GetInt64VM :
hVM : CVM *
count : int -> Int64Vector
static member GetInt64VM :
hVM : CVM *
count : int -> Int64Vector
Parameters
- hVM
- Type: GeoEngine.Core.GXNetXCVM
- count
- Type: SystemInt32
Return Value
Type:
Int64Vector
See Also