AVEVA Database .NET Public Interface

DbElement.CopyLike Method 

Copy only a subset of attributes from another Element, as determined by attribute definitions. Examples of attributes NOT copied are POS/ORI. The list is documented in the 'COPY LIKE' section of the database reference manual. This method throws an exception if operation fails.

public abstract void CopyLike(
   DbElement element
);

Parameters

element
Existing Element to copy from

See Also

DbElement Class | Aveva.Pdms.Database Namespace