AVEVA Database .NET Public Interface

DbAttributeFormat.AddItem Method (DbAttributeField, DbFieldFormat, Int32)

Add a field to the format, specifying the field format and mimimum width

public void AddItem(
   DbAttributeField field,
   DbFieldFormat fieldformat,
   int width
);

Parameters

field
A field
fieldformat
Format for the field
width
The minimum width of the column

See Also

DbAttributeFormat Class | Aveva.Pdms.Database Namespace | DbAttributeFormat.AddItem Overload List