ArcObjects Library Reference (Schematic)  

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(0)]

  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