AVEVA Database .NET Public Interface

DbAttributeList.AddAll Method (DbAttributeField, Boolean)

Add 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 AddAll(
   DbAttributeField field,
   bool boolvalue
);

Parameters

field
The logical field
boolvalue
The required value of the logical field

See Also

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