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