Page History
Description
Returns the active submodel. The active submodel is the submodel that is currently displayed in ER/Studio. RETURN DATATYPE: SubModel.
Syntax
Code Block | ||
---|---|---|
| ||
Public Function ActiveSubModel() As Variant |
Example
Code Block | ||
---|---|---|
| ||
Dim MyModel As Model MyModel = Model.ActiveSubModel |
Info | ||
---|---|---|
| ||