ArcObjects Library Reference (Schematic)  

ISchematicElementContainer.SchematicElements Property

Schematic elements enumeration within the container.

[Visual Basic .NET]
Public ReadOnly Property SchematicElements As IEnumSchematicElement
[C#]
public IEnumSchematicElement SchematicElements {get;}
[C++]
HRESULT get_SchematicElements(
  IEnumSchematicElement** SchematicElements
);
[C++]

Parameters

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

ISchematicElementContainer Interface

.NET Snippets

Loop On The Schematic Elements In A Schematic Diagram