This document is archived and information here might be outdated. Recommended version. |
Provides access to members that control the schematic sublink.
A schematic sublink is a link that exists as part of another link. Sublinks are completely dependent on the schematic links to which they are related and on the nodes on links that they connect.
Name | Description | |
---|---|---|
Class | The Object Class for the row. | |
Delete | Deletes the row. | |
Fields | The fields Collection for this row buffer. | |
HasOID | Indicates if the row has an OID. | |
OID | The OID for the row. | |
ReferenceLink | Reference link of the schematic sublink. | |
Store | Stores the row. | |
Table | The Table for the row. | |
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. |
CoClasses and Classes | Description |
---|---|
SchematicSubLink | A schematic sublink object. |