Extending product function with VBA : The System Architect object model : Object model classes : Encyclopedia class : Encyclopedia class: Methods : GetAllDefinitions
  
GetAllDefinitions
This will return all definitions in the encyclopedia as a collection of definitions.
Rules
An SAObjects variable must be dimensioned and set as a collection of definitions.
Example
Dim oCollectionofDefinitions As SAObjects
Set oCollectionofDefinitions = oEncyclopedia.GetAllDefinitionsCall oCollectionofDefinitions.ReadAll
The SAObjects collection will not be fully populated until the Complete flag for the collection is true. GetAllDefinitions should be used in conjunction with either ReadAll or IsMoreThan methods.
See also
Encyclopedia class: Methods