ArcObjects Library Reference  (Schematic)    

INgDiagramType.Ancestors Property

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
);
[C++]

Parameters

pVal [out, retval]

  pVal is a parameter of type INgDiagramTypes

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

Description

Note that the diagram type ancestors list is returned in ascending hierarchy order; that is from the parent to the most distant ancestor.

See Also

INgDiagramType Interface | INgDiagramType.Parent Property | INgDiagramType.Children Property | INgDiagramType.Descendants Property

 


Feedback Send feedback on this page