AVEVA Database .NET Public Interface

DbElement.SetAttribute Method (DbAttribute, DbElement)

Set Attribute on Element to reference another Element. Method throws an exception if not allowed.

public abstract void SetAttribute(
   DbAttribute attributeName,
   DbElement val
);

Parameters

attributeName
Attribute to set
val
Value as Element

See Also

DbElement Class | Aveva.Pdms.Database Namespace | DbElement.SetAttribute Overload List