This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicElementClass Interface > ISchematicElementClass.SchematicElements Property (ArcObjects .NET 10.4 SDK) |
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(0)]
SchematicDiagram is a parameter of type ISchematicDiagram SchematicElements [out, retval]
SchematicElements is a parameter of type IEnumSchematicElement