AVEVA Database .NET Public Interface

DbAttributeList.RemoveAll Method (DbAttributeField, Int32)

Remove all attributes with a specified value of a given integer field NB: Also works for integer array fields; an attribute is removed if any array element matches the required value NB: The Include_UDA and Include_System properties may be used to specify whether or not UDAs/System attributes are included in 'all'

public void RemoveAll(
   DbAttributeField field,
   int intvalue
);

Parameters

field
The integer field
intvalue
The required value of the integer field

See Also

DbAttributeList Class | Aveva.Pdms.Database Namespace | DbAttributeList.RemoveAll Overload List