AVEVA Database .NET Public Interface

DbElementTypeFormat.AddItem Method (DbNounSpecialField, DbFieldFormat, Int32)

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

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

Parameters

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

See Also

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