AVEVA Database .NET Public Interface

DbElement.CreateCopyHierarchyBeforeFirst Method 

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

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