Description

ID of the entity as assigned by ER/Studio. Each entity in a diagram has a unique ID. DATATYPE: Integer.

Property Type

  • Read-only property

Syntax

Public Property ID() As Variant 

Example

Dim MyEntity As Entity
Dim EntID As Integer
'code that Sets Diagram and Model references here
EntID = MyEntity.ID
  • No labels