ArcObjects Library Reference (Schematic)  

ISchematicElementClass.SchematicElementByID Property

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

[Visual Basic .NET]
Public Function get_SchematicElementByID ( _
    ByVal ID As Integer, _
    [ByVal SchematicDiagram As ISchematicDiagram] _
) As ISchematicElement
[C#]
public ISchematicElement get_SchematicElementByID (
    int ID,
    ISchematicDiagram SchematicDiagram
);
[C++]
HRESULT get_SchematicElementByID(
  long ID,
  ISchematicDiagram* SchematicDiagram,
  ISchematicElement** SchematicElement
);
[C++]

Parameters

ID [in]   ID is a parameter of type long SchematicDiagram [in, optional, defaultvalue(0)]

  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