AVEVA Database .NET Public Interface

DbElement.CreateCopyHierarchyAfterLast Method 

Create copy of an Element hierarchy at the end of this Element's owner's child list. This method throws an exception if operation fails.

public abstract DbElement CreateCopyHierarchyAfterLast(
   DbElement elementToCopy,
   DbCopyOption option
);

Parameters

elementToCopy
Existing Element to copy from
option
Copy options

Return Value

New Element (root)

See Also

DbElement Class | Aveva.Pdms.Database Namespace