Click or drag to resize
CVAAppend Method
Appends VAs

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

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

Parameters

oVA1
Type: GeoEngine.Core.GXNetCVA
VA to append
See Also