Click or drag to resize
CVVIndexOrder Method
Reorder a 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
Given an index VV (of type INT), this method reorders a VV. Please make sure that the index holds valid information.
Syntax
public void IndexOrder(
	CVV oVV1
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
VV to order
See Also