Click or drag to resize
CVVIndexOrder Method
Reorder a VV.

Available since Oasis montaj version: 5.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.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 vv_d
)

Parameters

vv_d
Type: GeoEngine.Core.GXNetXCVV
VV to order
See Also