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