getRelatedTablesWithRelationshipInfo method

List<ArcGISFeatureTable> getRelatedTablesWithRelationshipInfo(
  1. RelationshipInfo relationshipInfo
)

Returns list of tables related by the given relationship info.

Only returns tables that have been added to the map. If there are multiple instances of the related table on the map, all such instances will be returned.

Parameters:

  • relationshipInfo — The relationship info.

Return Value: Tables that relate to the relationship info and have been added to the map.