AVEVA Database .NET Public Interface

DbElement.IsCopyable Method 

Queries whether the Attributes of another Element can be copied into this Element.

public abstract bool IsCopyable(
   DbElement elementToCopyFrom
);

Parameters

elementToCopyFrom
Element to copy Attributes from

Return Value

True, if Element Attributes can be copied

See Also

DbElement Class | Aveva.Pdms.Database Namespace