AVEVA Database .NET Public Interface

DbAttributeFormat.AddItem Method (DbAttributeSpecialField, DbFieldFormat, Int32)

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

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

Parameters

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

See Also

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