Click or drag to resize
CVVSortIndex2 Method
Sort index VV based on 2 data VVs - 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 SortIndex2(
	CVV oVV1,
	CVV oVV2,
	int i3,
	int i4
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
Secondary Data VV
oVV2
Type: GeoEngine.Core.GXNetCVV
Index VV of type INT
i3
Type: SystemInt32
Primary Sort order VV_SORTConstant
i4
Type: SystemInt32
Secondary Sort order VV_SORTConstant
See Also