Click or drag to resize
CVAIndexOrder Method
Reorder a VA based on an index VV

Available since Oasis montaj version: 5.1.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
Given a row index VV (of type INT), this method reorders a VA. Please make sure that the index holds valid information.
Syntax
public static void IndexOrder(
	CVV oVV1,
	CVA oVA2
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
Index VV of type INT
oVA2
Type: GeoEngine.Core.GXNetCVA
VA to order
See Also