Class UtilityAssociationFeatureCandidate
Details of the feature obtained from querying a UtilityAssociationFeatureSource.
Namespace: Esri.ArcGISRuntime.UtilityNetworks
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class UtilityAssociationFeatureCandidate
Remarks
The QueryFeaturesAsync(CancellationToken) operation returns the resulting features in a collection of UtilityAssociationFeatureCandidate objects.
Each UtilityAssociationFeatureCandidate includes the ArcGISFeature itself and a title for display purposes.
Properties
| Name | Description |
|---|---|
| Feature | Gets the ArcGISFeature this result represents. |
| Title | Gets the title to display for the feature. |
See Also
Applies to
| Target | Versions |
|---|---|
| .NET | 300 |
| .NET Windows | 300 |
| .NET Android | 300 |
| .NET iOS | 300 |