This document is archived and information here might be outdated.  Recommended version.


ISchematicElementRelation.Children Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicElementRelation.Children Property

Children of the schematic element within a diagram.

[Visual Basic .NET]
Public Function get_Children ( _
    ByVal Diagram As ISchematicDiagram _
) As IEnumSchematicElement
[C#]
public IEnumSchematicElement get_Children (
    ISchematicDiagram Diagram
);
[C++]
HRESULT get_Children(
  ISchematicDiagram* Diagram,
  IEnumSchematicElement** Children
);
[C++]

Parameters Diagram [in]
Diagram is a parameter of type ISchematicDiagram Children [out, retval]
Children is a parameter of type IEnumSchematicElement

Product Availability

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

See Also

ISchematicElementRelation Interface