Click or drag to resize
CVVCreateExt Method
Create a VV, using one of the <define>GS_TYPES</define> special data types.

Available since Oasis montaj version: 5.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
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.
Syntax
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
See Also