Remove all DbElementTypes from the DbElementTypeList
Remove all DbElementTypes from the DbElementTypeList
public void RemoveAll();
Remove all DbElementTypes with a specified value of a given logical field
public void RemoveAll(DbNounField,bool);
Remove all DbElementTypes 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
public void RemoveAll(DbNounField,int);
Remove all DbElementTypes with a specified value of a given text field NB: This may be used for ANY field; the GetAsString value being used for comparison
public void RemoveAll(DbNounField,string);
DbElementTypeList Class | Aveva.Pdms.Database Namespace