Extending product function with VBA : The System Architect object model : Object model classes : MetaClass class : SupportedMetaItems
  
SupportedMetaItems
This property provides access to only the metaitems that are turned on for this encyclopedia.
Parameters
Data type: SACollection
Read-only
Example
Dim sa As SA2001.Application
Set sa = New SA2001.Application
Debug.Print sa.Encyclopedia.MetaModel.MetaClasses.Item(1).SupportedMetaItems.Count
Set sa = Nothing
See also
MetaClass class: Attributes