Click or drag to resize

CVAAppend Method

Appends VAs

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void Append(
	CVA v_aa
)

public void Append(
	CVA v_aa
)

Parameters

v_aa
Type: GeoEngine.Core.GXNetXCVA
VA to append
Remarks
If the VAs have different numbers of columns, the smaller number is used in the copy operation.
See Also