 | CVVCreateExt Method |
Create a VV, using one of the <define>GS_TYPES</define> special data types.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static CVV CreateExt(
CGXNETCore gxNetShared,
int type,
int elements
)
public static CVV CreateExt(
CGXNETCore gxNetShared,
int type,
int elements
)
Public Shared Function CreateExt (
gxNetShared As CGXNETCore,
type As Integer,
elements As Integer
) As CVV
Public Shared Function CreateExt (
gxNetShared As CGXNETCore,
type As Integer,
elements As Integer
) As CVV
public:
static CVV^ CreateExt(
CGXNETCore^ gxNetShared,
int type,
int elements
)
public:
static CVV^ CreateExt(
CGXNETCore^ gxNetShared,
int type,
int elements
)
static member CreateExt :
gxNetShared : CGXNETCore *
type : int *
elements : int -> CVV
static member CreateExt :
gxNetShared : CGXNETCore *
type : int *
elements : int -> CVV
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - type
- Type: SystemInt32
<define>GS_TYPES</define> - elements
- Type: SystemInt32
Maximum number of elements in the VV, >= 0
Return Value
Type:
CVVVV Object
Remarks
See Create_VV
Do not use data type flags: <define>GS_INT</define> or <define>GS_REAL</define>,
this will result in a respective data type of unsigned byte or
short for the VV.
See Also