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.