AVEVA Database .NET Public Interface

DbElement.SetAttribute Method (DbAttribute, ParameterList)

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

public abstract void SetAttribute(
   DbAttribute attributeName,
   ParameterList p
);

Parameters

attributeName
Attribute to set
p
Values as ParameterList

See Also

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