ArcObjects Library Reference (Schematic)  

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

Description
Read-only property Class The Object Class for the row.
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/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.

Inherited Interfaces

Interfaces Description
IObject Provides access to the class the row belongs to.

CoClasses that implement ISchematicLink

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