Returns the maximum width of a field over a DbElementTypeList (useful when setting column widths)
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);
DbElementTypeList Class | Aveva.Pdms.Database Namespace