Click or drag to resize
CVVInitIndex Method
Initialize an index VV to values 0, 1, 2, etc...

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
Populates a VV with the values 0, 1, 2, 3, 4 etc., to be used for various indexing functions, such as IndexInsert_VV or IndexOrder_VV.
Syntax
public void InitIndex(
	int i1
)

Parameters

i1
Type: SystemInt32
Final length of VV (-1 to use current length).
See Also