Versions Compared

Key

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

Description

Active Model of the Diagram. RETURN DATATYPE: Model.

Syntax

Code Block
languagevb
Public Function ActiveModel() As Variant

Example

Code Block
languagevb
Dim MyDiagram As Diagram 
Dim Mod As Model 
Set MyDiagram = DiagramManager.ActiveDiagram 
Mod = MyDiagram.ActiveModel 
Info
titleSee Also