Versions Compared

Key

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

...

Closes the diagram specified by the given , title string. PARAMETERS: Identifier as String.

Syntax

Code Block
languagevb
Public Sub CloseDiagram( _
   ByVal [Identifier As Variant _
)

Parameters

  • Identifier

Example

Code Block
languagevb
Dim strFile As String

strFile = "MyDiagram.DM1"
DiagramManager.CloseDiagram(strFile)
Info
titleSee Also