AVEVA Database .NET Public Interface

DbAttributeList.MaximumFieldWidth Method

Returns the maximum width of a field over a DbAttributeList (useful when setting column widths)

Overload List

Returns the maximum width of a field over a DbAttributeList (useful when setting column widths)

public int MaximumFieldWidth(DbAttributeField);

Returns the maximum width of a formatted field over a DbAttributeList (useful when setting column widths)

public int MaximumFieldWidth(DbAttributeField,DbFieldFormat);

Returns the maximum width of a special field over a DbAttributeList (useful when setting column widths)

public int MaximumFieldWidth(DbAttributeSpecialField);

See Also

DbAttributeList Class | Aveva.Pdms.Database Namespace