Description

Number of Model objects in the collection. DATATYPE: Integer.

Property Type

  • Read-only property

Syntax

Public Property Count() As Long

Example

Dim MyDiagram As Diagram
Dim iCount As Long
Set MyDiagram = DiagramManager.ActiveDiagram
iCount = MyDiagram.Models.Count
  • No labels