Click or drag to resize

CVVCreateExt Method

Create a VV, using one of the <define>GS_TYPES</define> special data types.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static CVV CreateExt(
	int type,
	int elements
)

public static CVV CreateExt(
	int type,
	int elements
)

Parameters

type
Type: SystemInt32
<define>GS_TYPES</define>
elements
Type: SystemInt32
Maximum number of elements in the VV, >= 0

Return Value

Type: CVV
VV 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