List of the ancestor diagram types for the diagram type.
[Visual Basic 6.0] Property Ancestors As INgDiagramTypes
[Visual Basic .NET] Public ReadOnly Property Ancestors As INgDiagramTypes
[C#] public INgDiagramTypes Ancestors {get;}
[Java] public INgDiagramTypes getAncestors() throws IOException, AutomationException
[C++] HRESULT get_Ancestors( INgDiagramTypes** pVal );
Note that the diagram type ancestors list is returned in ascending hierarchy order; that is from the parent to the most distant ancestor.
INgDiagramType Interface | INgDiagramType.Parent Property | INgDiagramType.Children Property | INgDiagramType.Descendants Property