ArcGIS Pro 2.6 API Reference Guide
AttributedRelationship Class Members
Properties  Methods 


ArcGIS.Core.Data Namespace : AttributedRelationship Class

The following tables list the members exposed by AttributedRelationship.

Public Properties
 NameDescription
Public Property Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase)
Public PropertyOverloaded.  Gets and sets the value of a field given its index position. This method must be called on the MCT. Use QueuedTask.Run.  
Top
Public Methods
 NameDescription
Public Method (Inherited from ArcGIS.Core.CoreObjectsBase)
Public Method Gets the index position for a field by name. This method must be called on the MCT. Use QueuedTask.Run.  
Public MethodGets the Row from the destination table. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Relationship)
Public MethodGets 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.  
Public Method Gets the object ID of the row. This method must be called on the MCT. Use QueuedTask.Run.  
Public MethodGets the Row from the origin table. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Relationship)
Public Method Stores the row in the intermediate table of an AttributedRelationshipClass. This method must be called on the MCT. Use QueuedTask.Run.  
Top
See Also

Reference

AttributedRelationship Class
ArcGIS.Core.Data Namespace
Relationship Class