AttributedRelationship Class Methods
In This Topic
For a list of all members of this type, see AttributedRelationship members.
Public Methods
| Name | Description |
 | Dispose() | (Inherited from ArcGIS.Core.CoreObjectsBase) |
 | FindField |
Gets the index position for a field by name.
This method must be called on the MCT. Use QueuedTask.Run.
|
 | GetDestinationRow | Gets the Row from the destination table. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Relationship) |
 | GetFields | Gets a IReadOnlyList containing the fields of the attributed relationship, which is a row in the intermediate table of an attributed relationship class. This method must be called on the MCT. Use QueuedTask.Run. |
 | GetObjectID |
Gets the object ID of the row.
This method must be called on the MCT. Use QueuedTask.Run.
|
 | GetOriginRow | Gets the Row from the origin table. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Relationship) |
 | Store |
Stores the row in the intermediate table of an AttributedRelationshipClass.
This method must be called on the MCT. Use QueuedTask.Run.
|
Top
See Also