Click or drag to resize
CVVCreate Method
Create a VV.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
To set the fiducial start and increment for the data in the VV you need to call SetFidStart_VV and SetFidIncr_VV. If you are basing the VV data on fiducial information from a different VV, call GetFidStart_VV and GetFidIncr_VV to obtain that VV's fiducial information. Do this prior to setting the new VV's fiducial start and increment. If you do not know the required length for a VV, use 0 and the VV length will be adjusted as needed. This is a bit less efficient than setting the length when you know it.
Syntax
public static CVV Create(
	int i1,
	int i2
)

Parameters

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

Return Value

Type: CVV
VV Object
See Also