Click or drag to resize
CVAAppend Method
Appends VAs

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
If the VAs have different numbers of columns, the smaller number is used in the copy operation.
Syntax
public void Append(
	CVA v_aa
)

Parameters

v_aa
Type: GeoEngine.Core.GXNetXCVA
VA to append
See Also