Click or drag to resize
CVVSortIndex4 Method
Sort index VV based on 4 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 SortIndex4(
	CVV oVV1,
	CVV oVV2,
	CVV oVV3,
	CVV oVV4,
	int i5,
	int i6,
	int i7,
	int i8
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
Secondary Data VV
oVV2
Type: GeoEngine.Core.GXNetCVV
Ternary Data VV
oVV3
Type: GeoEngine.Core.GXNetCVV
Quaternary Data VV
oVV4
Type: GeoEngine.Core.GXNetCVV
Index VV of type INT
i5
Type: SystemInt32
Primary Ssort order VV_SORTConstant
i6
Type: SystemInt32
Secondary Sort order VV_SORTConstant
i7
Type: SystemInt32
Third Sort order VV_SORTConstant
i8
Type: SystemInt32
Fourth Sort order VV_SORTConstant
See Also