Click or drag to resize
CVVSortIndex3 Method
Sort index VV based on 3 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 third values are compared, etc
Syntax
public void SortIndex3(
	CVV oVV1,
	CVV oVV2,
	CVV oVV3,
	int i4,
	int i5,
	int i6
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
Secondary Data VV
oVV2
Type: GeoEngine.Core.GXNetCVV
Ternary Data VV
oVV3
Type: GeoEngine.Core.GXNetCVV
Index VV of type INT
i4
Type: SystemInt32
Primary Sort order VV_SORTConstant
i5
Type: SystemInt32
Secondary sort order VV_SORTConstant
i6
Type: SystemInt32
Third Sort order VV_SORTConstant
See Also