This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicElementRelation Interface > ISchematicElementRelation.Children Property (ArcObjects .NET 10.5 SDK) |
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