Click or drag to resize
CVVSortIndex1 Method
Sort index VV based on 1 data VV - set orders.

Available since Oasis montaj version: 5.0.2
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. The individual VVs may be ordered in ascending or descending order. If the primary VV values of two indices are the same, then the secondary VV values are compared. If the secondary values are the same, the ternary values are compared, etc.
Syntax
public void SortIndex1(
	CVV ivv,
	int ord1
)

Parameters

ivv
Type: GeoEngine.Core.GXNetXCVV
Index VV of type INT
ord1
Type: SystemInt32
<define>VV_SORT</define>
See Also