This document is archived and information here might be outdated. Recommended version. |
Provides access to members that manage the schematic in memory feature node on link.
The ISchematicInMemoryFeatureNodeOnLink allows to access a schematic node on link in an in-memory schematic diagram; that is, in a schematic diagram loaded in memory.
Name | Description | |
---|---|---|
Class | The Object Class for the row. | |
Delete | Deletes the row. | |
DeleteSecondaryAssociations | Deletes the secondary associations of the in memory feature. | |
Displayed | Indicates whether or not the schematic in memory feature is displayed. | |
Extent | The extent of the feature. | |
FeatureType | The type of the feature. | |
Fields | The fields Collection for this row buffer. | |
GetSecondaryAssociations | The secondary associations of the in memory feature. | |
GetUserData | Provides access to the value of the user data named 'UserDataName'. | |
HasOID | Indicates if the row has an OID. | |
Initial | Indicates whether or not the schematic in memory feature is an initial feature. | |
Name | Name of the schematic element. | |
OID | The OID for the row. | |
PropertySet | Schematic in memory feature property set. | |
ReferenceLink | Reference link of the schematic in memory feature node on link. | |
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. | |
RemoveUserData | Removes the user data named 'UserDataName'. | |
RestoreInitialPosition | Restores the initial position of the in memory feature. | |
RestoreSavedLayout | Restores the last saved layout of the in memory feature. | |
SchematicDiagram | Schematic diagram related to the schematic element. | |
SchematicElement | Schematic element associated to the schematic in memory feature. | |
SchematicElementClass | Schematic element class related to the schematic element. | |
SchematicInMemoryDiagram | Schematic in memory diagram the schematic in memory feature belongs to. | |
SchematicRelationManager | Schematic relation manager of the schematic in memory feature. | |
SetUserData | Changes the value of the user data named 'UserDataName'. | |
Shape | A reference to the default shape for the feature. | |
ShapeCopy | A cloned copy of the default shape for the feature. | |
Store | Stores the row. | |
Subtype | Subtype of the schematic in memory feature. | |
Table | The Table for the row. | |
UpdateStatus | Update status of the schematic in memory feature. | |
Value | The value of the field with the specified index. |
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 | Description |
---|---|
SchematicInMemoryFeatureNodeOnLink | Schematic in memory feature node on link object. |