ArcObjects Library Reference (Schematic)  

ISchematicElementContainer.SchematicElementByName Property

Schematic element referenced by the specified Name and related to specified element type.

[Visual Basic .NET]
Public Function get_SchematicElementByName ( _
    ByVal Type As esriSchematicElementType, _
    ByVal Name As String _
) As ISchematicElement
[C#]
public ISchematicElement get_SchematicElementByName (
    esriSchematicElementType Type,
    string Name
);
[C++]
HRESULT get_SchematicElementByName(
  esriSchematicElementType Type,
  BSTR Name,
  ISchematicElement** SchematicElement
);
[C++]

Parameters

Type [in]

  Type is a parameter of type esriSchematicElementType

Name [in]   Name is a parameter of type BSTR SchematicElement [out, retval]

  SchematicElement is a parameter of type ISchematicElement

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

See Also

ISchematicElementContainer Interface

.NET Snippets

Get A SchematicElement In A Schematic Diagram