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


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

ISchematicElementClass.SchematicElementByName Property

Schematic element referenced by the specified Name that is contained in the specified schematic diagram.

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

Name is a parameter of type BSTR SchematicDiagram [in, optional, defaultvalue()]
SchematicDiagram is a parameter of type ISchematicDiagram* 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

ISchematicElementClass Interface