Description
Closes the diagram specified by the given, title string. PARAMETERS: Identifier as String.
Syntax
Visual Basic |
Public Sub CloseDiagram( _ |
Parameters
Identifier
Example
Dim strFile As String
strFile = "MyDiagram.DM1"
DiagramManager.CloseDiagram(strFile)