 | CVAAppend Method |
Appends VAs
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void Append(
CVA v_aa
)
public void Append(
CVA v_aa
)
Public Sub Append (
v_aa As CVA
)
Public Sub Append (
v_aa As CVA
)
public:
void Append(
CVA^ v_aa
)
public:
void Append(
CVA^ v_aa
)
member Append :
v_aa : CVA -> unit
member Append :
v_aa : CVA -> unit
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