Click or drag to resize
CVVSortIndex Method
Sort index VV based on a data VV.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
Create an Index VV (of type <define>GS_LONG</define>) based on a data VV. This index vv can then be used by the IndexOrder method to order a group of VV's.
Syntax
public void SortIndex(
	CVV ivv
)

Parameters

ivv
Type: GeoEngine.Core.GXNetXCVV
Index VV of type INT
See Also