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