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


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

ISchematicNodeOnLink Interface

Provides access to members that control the schematic node-on-link element.

Product Availability

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

Description

A schematic node on link is a node positioned on a link path route. Its location on the schematic link is either absolute or relative. A node on link is completely dependent on the link to which it is related.

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-only property HasOID Indicates if the row has an OID.
Read/write property InitialPosition Initial position of the schematic node-on-link on its reference link.
Read-only property OID The OID for the row.
Read/write property ReferenceLink Reference link of the schematic node-on-link.
Method Store Stores the row.
Read-only property Table The Table for the row.
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 ISchematicNodeOnLink

Classes Description
SchematicNodeOnLink A schematic node-on-link object.