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


ISchematicElementContainer.SchematicElementsByType Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicElementContainer.SchematicElementsByType Property

Schematic elements referenced by the specified element type.

[Visual Basic .NET]
Public Function get_SchematicElementsByType ( _
    ByVal Type As esriSchematicElementType _
) As IEnumSchematicElement
[C#]
public IEnumSchematicElement get_SchematicElementsByType (
    esriSchematicElementType Type
);
[C++]
HRESULT get_SchematicElementsByType(
  esriSchematicElementType Type,
  IEnumSchematicElement** SchematicElements
);
[C++]

Parameters Type [in]
Type is a parameter of type esriSchematicElementType 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

Get A Particular Type of Schematic Elements In A Schematic Diagram