Show / Hide Table of Contents

Class UtilityAssociationFeatureSourceQueryResult

The result of a query features operation performed on a UtilityAssociationFeatureSource.

Inheritance
object
UtilityAssociationFeatureSourceQueryResult
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
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

QueryFeaturesAsync(CancellationToken)

Applies to

TargetVersions
.NET300
.NET Windows300
.NET Android300
.NET iOS300
In this article
Provide feedback
Back to top Copyright © 2025 Esri.