queryRelatedFeatures

Queries for related features of a given feature in a specific relationship. The origin and all destination tables must be associated with the same map, either as a feature source for a layer or added to the map via its table collection. Otherwise, the query will return no results.

Return

A Result that returns a List of objects of RelatedFeatureQueryResult type.

Since

200.1.0

Parameters

feature

the feature around which to base the query

parameters

the parameters around which to base the query, or null if none.

See also

FeatureServiceSessionType