Page History
Description
Closes the diagram specified by the given , title string. PARAMETERS: Identifier as String.
Syntax
...
Code Block | ||
---|---|---|
| ||
Public Sub CloseDiagram( _ |
...
ByVal [Identifier As Variant _ |
...
) |
Parameters
- Identifier
Example
Code Block | ||
---|---|---|
| ||
Dim strFile As |
...
String strFile = "MyDiagram.DM1" |
...
DiagramManager.CloseDiagram(strFile) |
Info | ||
---|---|---|
| ||