Click or drag to resize
CVVCreateExt Method
Create a VV, using one of the GS_TYPESConstant special data types.

Available since Oasis montaj version: 5.0.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
See Create_VV Do not use data type flags: GS_INT or GS_REAL on CreateExt(), this will result in a respective data type of unsigned byte or short for the VV.
Syntax
public static CVV CreateExt(
	int i1,
	int i2
)

Parameters

i1
Type: SystemInt32
See GS_TYPESConstant
i2
Type: SystemInt32
Maximum number of elements in the VV, >= 0

Return Value

Type: CVV
VV Object
See Also