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


ISchematicElementRelation.Children Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicElementRelation Interface > ISchematicElementRelation.Children Property
ArcGIS Developer Help

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