This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicLink Interface (ArcObjects .NET 10.5 SDK) |
Provides access to members that control the schematic link element.
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.
Description | ||
---|---|---|
Class | The Object Class for the row. | |
FlowDirection | Flow direction of the schematic link. | |
FromNode | Schematic origin node of the link. | |
FromPort | Port number on the schematic origin node used to connect the schematic link. | |
ToNode | Schematic extremity node of the link. | |
ToPort | Port number on the schematic extremity node used to connect the schematic link. |
Interfaces | Description |
---|---|
IObject | Provides access to the class the row belongs to. |
CoClasses and Classes | Description |
---|---|
SchematicLink | A schematic link object. |
SchematicSubLink | A schematic sublink object. |