AVEVA Database .NET Public Interface

DbAttributeListFormat Constructor (DbAttributeFormat, String)

Create a new attribute list format. Each individual attribute is formatted by the specified attribute formatter, and the specified text is added after each

public DbAttributeListFormat(
   DbAttributeFormat attformat,
   string text_after_attribute
);

Parameters

attformat
The attribute formatter to use for each individual attribute
text_after_attribute
The text to be added after each individual attribute

See Also

DbAttributeListFormat Class | Aveva.Pdms.Database Namespace | DbAttributeListFormat Constructor Overload List