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