AVEVA Database .NET Public Interface

DbElement.SetAttribute Method (DbAttribute, DateTime)

Set Attribute on Element as a date-time. Method throws an exception if not allowed.

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

Parameters

attributeName
Attribute to set
val
Value as date-time

See Also

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