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


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

ISchematicNode Interface

Provides access to members that control the schematic node.

Product Availability

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

Description

A schematic node is a junction in a network graph. It is usually represented by a point feature in schematic diagrams. It can also be represented by a polygon or polyline feature. This mainly applies to schematic feature nodes that need to behave like containers and relate a set of schematic features.

Members

Name Description
Read-only property Class The Object Class for the row.
Method Delete Deletes the row.
Read-only property DisplayedIncidentLinks List of the schematic incident links for the schematic node that are displayed.
Read-only property Fields The fields Collection for this row buffer.
Read-only property HasOID Indicates if the row has an OID.
Read-only property IncidentLinks List of the schematic incident links for the schematic node element.
Read-only property OID The OID for the row.
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 ISchematicNode

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