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

Compare with Current View Page History

Version 1 Next »

Description

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

Property type

Read-only property

Syntax

Visual Basic

Public Property DiagramCount() As Long

Example

Dim MyCount As Integer
 
MyCount = DiagramManager.DiagramCount

See Also

Application Collection

  • No labels