This document is archived and information here might be outdated. Recommended version. |
List of the schematic elements related to the schematic element class within the specified schematic diagram.
[Visual Basic .NET] Public Function get_SchematicElements ( _ [ByVal SchematicDiagram As ISchematicDiagram] _ ) As IEnumSchematicElement
[C#] public IEnumSchematicElement get_SchematicElements ( ISchematicDiagram SchematicDiagram );
[C++]
HRESULT get_SchematicElements(
ISchematicDiagram* SchematicDiagram,
IEnumSchematicElement** SchematicElements
);
[C++] Parameters SchematicDiagram [in, optional, defaultvalue()]
SchematicDiagram is a parameter of type ISchematicDiagram* SchematicElements [out, retval]
SchematicElements is a parameter of type IEnumSchematicElement**