This document is archived and information here might be outdated.  Recommended version.


ISchematicElementClass.SchematicElements Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicElementClass Interface > ISchematicElementClass.SchematicElements Property
ArcGIS Developer Help

ISchematicElementClass.SchematicElements Property

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**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

See Also

ISchematicElementClass Interface