You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Description

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

Property type

  • Read-only property

Syntax

Public Property DiagramCount() As Long

Example

Dim MyCount As Integer
  
MyCount = DiagramManager.DiagramCount
  • No labels