 | CGXNETCoreGetIntVV 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 IntVector GetIntVV(
CVV hVV,
int count
)
public static IntVector GetIntVV(
CVV hVV,
int count
)
Public Shared Function GetIntVV (
hVV As CVV,
count As Integer
) As IntVector
Public Shared Function GetIntVV (
hVV As CVV,
count As Integer
) As IntVector
public:
static IntVector^ GetIntVV(
CVV^ hVV,
int count
)
public:
static IntVector^ GetIntVV(
CVV^ hVV,
int count
)
static member GetIntVV :
hVV : CVV *
count : int -> IntVector
static member GetIntVV :
hVV : CVV *
count : int -> IntVector
Parameters
- hVV
- Type: GeoEngine.Core.GXNetXCVV
- count
- Type: SystemInt32
Return Value
Type:
IntVector
See Also