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