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


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

ISchematicInMemoryFeatureNode Interface

Provides access to members that manage the schematic in memory feature node.

Product Availability

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

Description

The ISchematicInMemoryFeatureNode allows to access a schematic node in an in-memory schematic diagram; that is, in a schematic diagram loaded in memory.

Members

Name Description
Read-only property Class The Object Class for the row.
Method Delete Deletes the row.
Method DeleteSecondaryAssociations Deletes the secondary associations of the in memory feature.
Read/write property Displayed Indicates whether or not the schematic in memory feature is displayed.
Read-only property Extent The extent of the feature.
Read-only property FeatureType The type of the feature.
Read-only property Fields The fields Collection for this row buffer.
Method GetIncidentLinks Provides access to the incident links of the schematic in memory feature node relative to the specified end point type.
Method GetIncidentLinksAndSubLinks Provides access to the incident links and sublinks of the schematic in memory feature node relative to the specified end point type.
Method GetIncidentSubLinks Provides access to the incident sublinks of the schematic in memory feature node relative to the specified end point type.
Method GetSecondaryAssociations The secondary associations of the in memory feature.
Method GetUserData Provides access to the value of the user data named 'UserDataName'.
Read-only property HasOID Indicates if the row has an OID.
Read/write property Initial Indicates whether or not the schematic in memory feature is an initial feature.
Read-only property Name Name of the schematic element.
Read-only property OID The OID for the row.
Read/write property PropertySet Schematic in memory feature property set.
Method RefreshAttributes Refreshes a list of attributes of the in memory feature, or refreshes all the attributes if the list is null. If an associatedObject is defined it is used to get the values of associated field attributes.
Method RemoveIncidentLinksVertices Removes the incident links vertices of the schematic in memory feature node relative to the specified end point type.
Method RemoveUserData Removes the user data named 'UserDataName'.
Method RestoreInitialPosition Restores the initial position of the in memory feature.
Method RestoreSavedLayout Restores the last saved layout of the in memory feature.
Read-only property SchematicDiagram Schematic diagram related to the schematic element.
Read-only property SchematicElement Schematic element associated to the schematic in memory feature.
Read-only property SchematicElementClass Schematic element class related to the schematic element.
Read-only property SchematicInMemoryDiagram Schematic in memory diagram the schematic in memory feature belongs to.
Read-only property SchematicRelationManager Schematic relation manager of the schematic in memory feature.
Method SetUserData Changes the value of the user data named 'UserDataName'.
Read/write property Shape A reference to the default shape for the feature.
Read-only property ShapeCopy A cloned copy of the default shape for the feature.
Method Store Stores the row.
Read/write property Subtype Subtype of the schematic in memory feature.
Read-only property Table The Table for the row.
Read/write property UpdateStatus Update status of the schematic in memory feature.
Read/write property Value The value of the field with the specified index.

Inherited Interfaces

Interfaces Description
ISchematicInMemoryFeature Provides access to members that manage the schematic in memory feature.
ISchematicFeature Provides access to members that control the schematic feature.
IFeature Provides access to members that return and set properties of a feature.
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 ISchematicInMemoryFeatureNode

Classes Description
SchematicInMemoryFeatureNode Schematic in memory feature node object.
SchematicInMemoryFeatureNodeOnLink Schematic in memory feature node on link object.