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.