Versions Compared

Key

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

Description

Returns the current, currently-active diagram.

Syntax

Code Block
languagevb
Public Function ActiveDiagram() As Diagram

...

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