Remove all attributes from the AttributeList NB: The Include_UDA and Include_System properties may be used to specify whether or not UDAs/System attributes are included in 'all'
Remove all attributes from the AttributeList 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();
Remove all attributes with a specified value of a given logical field 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,bool);
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,int);
Remove all attributes with a specified value of a given text field NB: This may be used for ANY field; the GetAsString value being used for comparison 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,string);
DbAttributeList Class | Aveva.Pdms.Database Namespace