 | CGXNETCoreGetShortVV Method |
Get a VV array of shorts.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static ShortVector GetShortVV(
CVV hVV,
int count
)
public static ShortVector GetShortVV(
CVV hVV,
int count
)
Public Shared Function GetShortVV (
hVV As CVV,
count As Integer
) As ShortVector
Public Shared Function GetShortVV (
hVV As CVV,
count As Integer
) As ShortVector
public:
static ShortVector^ GetShortVV(
CVV^ hVV,
int count
)
public:
static ShortVector^ GetShortVV(
CVV^ hVV,
int count
)
static member GetShortVV :
hVV : CVV *
count : int -> ShortVector
static member GetShortVV :
hVV : CVV *
count : int -> ShortVector
Parameters
- hVV
- Type: GeoEngine.Core.GXNetXCVV
- count
- Type: SystemInt32
Return Value
Type:
ShortVector
See Also