AVEVA Database .NET Public Interface

DbElementTypeList.MaximumFieldWidth Method

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

Overload List

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

public int MaximumFieldWidth(DbNounField);

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

public int MaximumFieldWidth(DbNounField,DbFieldFormat);

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

public int MaximumFieldWidth(DbNounSpecialField);

See Also

DbElementTypeList Class | Aveva.Pdms.Database Namespace