Extending product function with VBA : System Architect collections : SACollection class : Count
  
Count
Returns a numeric value for the number of collection members.
Parameters
Data type: Long
Read-only
Example
Dim coll As SACollection, i As Integer
Set coll = Definition.MetaItem.MetaProperties
For i = 1 To coll.Count Debug.Print coll.Item(i).Name
Next i
See also
SACollection class