Description
ID of the entity display object as assigned by ER/Studio. Each entity display object in a diagram has a unique ID. DATATYPE: Integer.
Property Type
- Read-only property
Syntax
Public Property ID() As Variant
Example
Dim MyEntityDisplay As EntityDisplay Dim EntDisplayID As Integer EntDisplayID = MyEntityDisplay.ID
See Also