Description
ID of the view as assigned by ER/Studio. Each view in a diagram has a unique ID. DATATYPE: Integer.
Property Type
- Read-only property
Syntax
Public Property ID() As Variant
Example
Dim MyView As View Dim ViewID As Integer ViewID = MyView.ID
See Also