This document is archived and information here might be outdated. Recommended version. |
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**