Class UtilityAssociationFeatureSourceQueryResult
The result of a query features operation performed on a UtilityAssociationFeatureSource.
Namespace: Esri.ArcGISRuntime.UtilityNetworks
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class UtilityAssociationFeatureSourceQueryResult
Remarks
The QueryFeaturesAsync(CancellationToken) operation returns an object of this type.
The query result includes the nextQueryParams, which can be used to query the next set of results, the current QueryParameters, and a collection of UtilityAssociationFeatureCandidate objects that contain the queried features.
Properties
| Name | Description |
|---|---|
| Candidates | Gets the candidates matching this query. |
| NextQueryParams | Gets a QueryParameters object for retrieving the next page of results. |
| QueryParams | Gets the original query parameters used to generate this result, if provided. |
See Also
Applies to
| Target | Versions |
|---|---|
| .NET | 300 |
| .NET Windows | 300 |
| .NET Android | 300 |
| .NET iOS | 300 |