Gets the properties of the bus entry.

syntaxSyntax:
DlxBusentry.GetEntryFlags()

Return Value

Returns a combination of the following values:

DlxApp.BUSENTRYFLAGS_SHOWNAME Determines whether the pin name is visible.
DlxApp.BUSENTRYFLAGS_VNAME Specifies the orientation of the name when the pin is placed vertically.
DlxApp.BUSENTRYFLAGS_UPDATETEXT Indicates whether the name should be repositioned automatically when the pin is rotated.

Example

  Copy codeCopy code

See also