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


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

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