Page History
Description
Returns the number of currently, open diagrams. DATATYPE: Integer.
Property type
- Read-only property
Syntax
...
Code Block | ||
---|---|---|
| ||
Public Property DiagramCount() As Long |
Example
...
Code Block |
---|
...
|
...
| |
Dim MyCount As |
...
Integer MyCount = DiagramManager.DiagramCount |