|  | This document is archived and information here might be outdated. Recommended version. | 
| ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicElementContainer Interface > ISchematicElementContainer.SchematicElementsByType Property (ArcObjects .NET 10.5 SDK) | 
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