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.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
Create an Index VV (of type GS_LONG) 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 oVV1,
	int i2
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
Index VV of type INT
i2
Type: SystemInt32
See VV_SORTConstant
See Also