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