Extending product function with VBA : The System Architect object model : Object model classes : Symbol class : Symbol class: Methods : GetChildDiagrams
  
GetChildDiagrams
This method retrieves an SAObjects collection of diagrams for a given symbol where a symbol has children attached.
The SAObjects collection will not be fully populated until the Complete flag for the collection is true. GetAllSymbols should be used in conjunction with either ReadAll or IsMoreThan methods.
Example
Dim oSymbol as Symbol, oCollectionofSymbols As SAObjects
Set oCollectionofSymbols = oSymbol.GetChildDiagramsCall oCollectionofSymbols.ReadAll
See also
Symbol class: Methods