Click or drag to resize
CVVSortIndex Method
Sort index VV based on a data VV.

Available since Oasis montaj version: 5.0.0
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.
Syntax
public void SortIndex(
	CVV oVV1
)

Parameters

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