Click or drag to resize

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
Syntax
public static CVV CreateExt(
	CGXNETCore gxNetShared,
	int type,
	int elements
)

public static CVV CreateExt(
	CGXNETCore gxNetShared,
	int type,
	int elements
)

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: 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