ArcObjects Library Reference (Schematic)  

ISchematicInMemoryFeatureLink Interface

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

Product Availability

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

Description

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

Members

Description
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/write property FlowDirection Flow direction of the schematic in memory link.
Read/write property FromNode Origin schematic in memory feature node of the schematic in memory feature link.
Read/write property FromPort Origin port number of the schematic in memory feature link.
Method GetExtremity Provides access to the extremity schematic in memory feature node and port number of the schematic in memory feature link.
Method GetOrigin Provides access to the origin schematic in memory feature node and port number of the schematic in memory feature link.
Method GetSecondaryAssociations The secondary associations of the in memory feature.
Method GetUserData Provides access to the value of the user data named 'UserDataName'.
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/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 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 SetExtremity Changes the extremity schematic in memory feature node and port number of the schematic in memory feature link.
Method SetOrigin Changes the origin schematic in memory feature node and port number of the schematic in memory feature link.
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.
Read/write property Subtype Subtype of the schematic in memory feature.
Read/write property ToNode Extremity schematic in memory feature node of the schematic in memory feature link.
Read/write property ToPort Extremity port number of the schematic in memory feature link.
Read/write property UpdateStatus Update status of the schematic in memory feature.

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.

CoClasses that implement ISchematicInMemoryFeatureLink

CoClasses and Classes Description
SchematicInMemoryFeatureLink Schematic in memory feature link object.
SchematicInMemoryFeatureSubLink Schematic in memory feature sublink object.

.NET Snippets

Insert A Point Vertices Collection On A SchematicInMemoryFeatureLink | Change An In-Memory Sublink Schematic Feature Extremity Node | Remove All The Vertices On An In-Memory Schematic Feature Link | Change An In-Memory Link Schematic Feature Extremity Node | Update A Vertex On A SchematicInMemoryFeatureLink | Change An In-Memory Sublink Schematic Feature Origin Node | Add A Point Vertices Collection On A SchematicInMemoryFeatureLink | Set A Point Vertices Collection On A SchematicInMemoryFeatureLink | Change An In-Memory Link Schematic Feature Origin Node | Remove Some Vertices On An In-Memory Schematic Feature Link | Add A Vertex On A SchematicInMemoryFeatureLink