Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

Returns the active submodel. The active submodel is the submodel that is currently displayed in ER/Studio. RETURN DATATYPE: SubModel.

Syntax

Code Block
languagevb
Public Function ActiveSubModel() As Variant

Example

Code Block
languagevb
Dim MyModel As Model

MyModel = Model.ActiveSubModel
Info
titleSee Also