Page History
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 | ||
---|---|---|
| ||
Public Property _ItemCount( _ ByVal Identifier As Variant _ ) As Model |
Prameters
...
) As Long |
Example
Code Block | ||
---|---|---|
| ||
Dim MyDiagram As Diagram
Dim iCount As Long
Set MyDiagram = DiagramManager.ActiveDiagram
iCount = MyDiagram.Models.Count |
Info | ||
---|---|---|
| ||