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

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.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 n
)

Parameters

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