AVEVA Database .NET Public Interface

DbElement.SetAttribute Method (DbAttribute, Int32)

Set Attribute on Element as an integer. Method throws an exception if not allowed.

public abstract void SetAttribute(
   DbAttribute attributeName,
   int value
);

Parameters

attributeName
Attribute to set
value
Value as integer

See Also

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