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


ISchematicElementContainer.SchematicElementByName 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.SchematicElementByName Property
ArcGIS Developer Help

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