Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Public Properties

PropertyDescription
AliasAlias of the view field. DATATYPE: String.
ColorColor for the ViewField. It takes a 4-byte integer where the first byte represents red value (0-255), the second byte represents green value (0-255), and the third byte represents blue value (0-255).
ColumnExpressionColumn expression of the view field. DATATYPE: String.
FontFont for the ViewField. Although this property is read only, the user can modify the font by setting the properties in the ERSFont object, which is returned to the caller.
GUIDGUID of the view field as assigned by ER/Studio. Each view field has a unique GUID. DATATYPE: String.
IDID of the view field as assigned by ER/Studio. Each view field in a diagram has a unique ID. DATATYPE: Integer.
InterModelIDInterModelID of the object as assigned by ER/Studio. DATATYPE: Integer.
ParentColumnNameParent column name of the view field. DATATYPE: String.
ParentNameParent name of the view field. It can be a Table or View name depending on what the parent is. DATATYPE: String.
SequenceNumberSequence number of the view field. DATATYPE: Integer.

...