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


ISchematicLink Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicLink Interface
ArcGIS Developer Help

ISchematicLink Interface

Provides access to members that control the schematic link element.

Product Availability

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

Description

A schematic link is an edge in a network graph. It is connected to an origin node and an end node. It is represented by either a direct single-line segment or several line segments passing through one or several link points.

Members

Name Description
Read-only property Class The Object Class for the row.
Method Delete Deletes the row.
Read-only property Fields The fields Collection for this row buffer.
Read/write property FlowDirection Flow direction of the schematic link.
Read/write property FromNode Schematic origin node of the link.
Read/write property FromPort Port number on the schematic origin node used to connect the schematic link.
Read-only property HasOID Indicates if the row has an OID.
Read-only property OID The OID for the row.
Method Store Stores the row.
Read-only property Table The Table for the row.
Read/write property ToNode Schematic extremity node of the link.
Read/write property ToPort Port number on the schematic extremity node used to connect the schematic link.
Read/write property Value The value of the field with the specified index.

Inherited Interfaces

Interfaces Description
IObject Provides access to the class the row belongs to.
IRow Provides access to members that return information about the row, the table the row belongs to and storing and deleting the row.
IRowBuffer Provides access to members used for getting and modifying a rows values and for getting the fields in the row.

Classes that implement ISchematicLink

Classes Description
SchematicLink A schematic link object.
SchematicSubLink A schematic sublink object.