ArcObjects Library Reference  (Schematic)    

INgDiagramType.Descendants Property

List of the descendant diagram types for the diagram type.

[Visual Basic 6.0]
Property Descendants As INgDiagramTypes
[Visual Basic .NET]
Public ReadOnly Property Descendants As INgDiagramTypes
[C#]
public INgDiagramTypes Descendants {get;}
[Java]
public INgDiagramTypes getDescendants()
throws
    IOException,
    AutomationException
[C++]
HRESULT get_Descendants(
  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.

See Also

INgDiagramType Interface | INgDiagramType.Parent Property | INgDiagramType.Children Property | INgDiagramType.Ancestors Property

 


Feedback Send feedback on this page