AVEVA Database .NET Public Interface

DbElement.SetAttribute Method (DbAttribute, Double[])

Set Attribute on Element as an array of double. Method throws an exception if not allowed.

public abstract void SetAttribute(
   DbAttribute attributeName,
   double[] val
);

Parameters

attributeName
Attribute to set
val
Value as array of double

See Also

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