ArcObjects Library Reference  (Schematic)    

INgElementType.Ancestors Property

List of the ancestor element types for the element type.

[Visual Basic 6.0]
Property Ancestors As INgElementTypes
[Visual Basic .NET]
Public ReadOnly Property Ancestors As INgElementTypes
[C#]
public INgElementTypes Ancestors {get;}
[Java]
public INgElementTypes getAncestors()
throws
    IOException,
    AutomationException
[C++]
HRESULT get_Ancestors(
  INgElementTypes** pVal
);
[C++]

Parameters

pVal [out, retval]

  pVal is a parameter of type INgElementTypes

Product Availability

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

Description

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

Remarks

The Ancestors collection is returned in ascending hierarchy order; that is from the parent to the most distant ancestor.

See Also

INgElementType Interface | INgElementType.Parent Property | INgElementType.Children Property | INgElementType.Descendants Property

 


Feedback Send feedback on this page