Extending product function with VBA : The System Architect object model : Object model classes : MetaItem class : MetaProperties
  
MetaProperties
This property provides access to all of the properties supported by this object type as a collection.
Parameters
Data type: SACollection
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
MetaItem class: Attributes