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

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.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(
	CGXNETCore gxNetShared,
	CVV vv,
	CVA va
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
vv
Type: GeoEngine.Core.GXNetXCVV
Index VV of type INT
va
Type: GeoEngine.Core.GXNetXCVA
VA to order
See Also