You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Description

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

Syntax

Public Sub CloseDiagram( _
   ByVal [Identifier As Variant _
)

Parameters

  • Identifier

Example

Dim strFile As String

strFile = "MyDiagram.DM1"
DiagramManager.CloseDiagram(strFile)

See Also

  • No labels