Versions Compared

Key

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

Description

Returns a Model object as specified by the given name, GUID, or ID. PARAMETERS: Identifier (String or Integer)Number of Model objects in the collection. DATATYPE: Integer.

Property Type

  • Read-only property

...

Code Block
languagevb
Public Property _ItemCount( _
   ByVal Identifier As Variant _
) As Model

Prameters

...

) As Long

Example

Code Block
languagevb
Dim MyDiagram As Diagram
Dim iCount As Long
Set MyDiagram = DiagramManager.ActiveDiagram
iCount = MyDiagram.Models.Count
Info
titleSee Also