 | CGXNETCoreGetUShortVV Method |
Get a VV 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 GetUShortVV(
CVV hVV,
int count
)
public static UShortVector GetUShortVV(
CVV hVV,
int count
)
Public Shared Function GetUShortVV (
hVV As CVV,
count As Integer
) As UShortVector
Public Shared Function GetUShortVV (
hVV As CVV,
count As Integer
) As UShortVector
public:
static UShortVector^ GetUShortVV(
CVV^ hVV,
int count
)
public:
static UShortVector^ GetUShortVV(
CVV^ hVV,
int count
)
static member GetUShortVV :
hVV : CVV *
count : int -> UShortVector
static member GetUShortVV :
hVV : CVV *
count : int -> UShortVector
Parameters
- hVV
- Type: GeoEngine.Core.GXNetXCVV
- count
- Type: SystemInt32
Return Value
Type:
UShortVector
See Also