AVEVA Database .NET Public Interface

DbElement.CopyHierarchy Method 

Copy attributes from another Element, and create a copy of Element's descendants. This method throws an exception if operation fails.

public abstract void CopyHierarchy(
   DbElement element,
   DbCopyOption option
);

Parameters

element
Existing Element to copy from
option
Copy options

See Also

DbElement Class | Aveva.Pdms.Database Namespace