AVEVA Database .NET Public Interface

DbElement.CreateCopyHierarchyAfter Method 

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

public abstract DbElement CreateCopyHierarchyAfter(
   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