queryRelatedFeatureCount method
- required ArcGISFeature feature,
- RelatedQueryParameters? parameters,
Performs a query that returns the number of related features to supplied feature based on the parameters.
Parameters:
feature
— The feature which should be queried for the number of related features.parameters
— The parameters to the query.
Return Value: A task that represents the asynchronous query of related feature count. The value of the task result contains a uint64_t.