Extending product function with VBA : The System Architect object model : Object model classes : MetaClass class : MetaItems
  
MetaItems
This property provides access to the MetaItems class for all metaitems.
Parameters
Data type: SACollection
Read-only
Example
Dim coll As SACollection, i As Integer
Set coll = sa.Encyclopedia.metamodel.MetaClasses
For i = 1 To coll.Count
Debug.Print coll.Item(i).MetaItems.Count
Next i
See also
MetaClass class: Attributes