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 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 third values are compared, etc
Syntax
public void SortIndex4(
	CVV d2_vv,
	CVV d3_vv,
	CVV d4_vv,
	CVV ivv,
	int ord1,
	int ord2,
	int ord3,
	int ord4
)

Parameters

d2_vv
Type: GeoEngine.Core.GXNetXCVV
Secondary Data VV
d3_vv
Type: GeoEngine.Core.GXNetXCVV
Ternary Data VV
d4_vv
Type: GeoEngine.Core.GXNetXCVV
Quaternary Data VV
ivv
Type: GeoEngine.Core.GXNetXCVV
Index VV of type INT
ord1
Type: SystemInt32
Primary Ssort order <define>VV_SORT</define>
ord2
Type: SystemInt32
Secondary Sort order <define>VV_SORT</define>
ord3
Type: SystemInt32
Third Sort order <define>VV_SORT</define>
ord4
Type: SystemInt32
Fourth Sort order <define>VV_SORT</define>
See Also