Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

Returns the number of currently, open diagrams. DATATYPE: Integer.

Property type

  • Read-only property

Syntax

...

Code Block
languagevb
Public Property DiagramCount() As Long

Example

...

Code Block

...

language

...

vb
Dim MyCount As

...

 Integer
  
MyCount = DiagramManager.DiagramCount

See Also