AVEVA Database .NET Public Interface

DbElement.CreateCopyHierarchyBefore Method 

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

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