This document is archived and information here might be outdated. Recommended version. |
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.
Name | Description | |
---|---|---|
Class | The Object Class for the row. | |
Delete | Deletes the row. | |
Fields | The fields Collection for this row buffer. | |
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. | |
HasOID | Indicates if the row has an OID. | |
OID | The OID for the row. | |
Store | Stores the row. | |
Table | The Table for the row. | |
ToNode | Schematic extremity node of the link. | |
ToPort | Port number on the schematic extremity node used to connect the schematic link. | |
Value | The value of the field with the specified index. |
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 | Description |
---|---|
SchematicLink | A schematic link object. |
SchematicSubLink | A schematic sublink object. |