AVEVA Database .NET Public Interface

DbElement.Copy Method 

Copy attributes from another Element. This method throws an exception if operation fails.

public abstract void Copy(
   DbElement element
);

Parameters

element
Existing Element to copy from

See Also

DbElement Class | Aveva.Pdms.Database Namespace