Class UtilityAssociationFeatureSource
A layer, sublayer, table, or subtype table that can contain an associated feature for creating an association.
Namespace: Esri.ArcGISRuntime.UtilityNetworks
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class UtilityAssociationFeatureSource
Remarks
The GetAssociationFeatureSourcesAsync(UtilityAssociationsFilter, CancellationToken) method returns a collection of UtilityAssociationFeatureSource objects, representing the sources of features that can participate in utility associations.
Properties
| Name | Description |
|---|---|
| AssetTypes | Gets the list of UtilityAssetType in this UtilityAssociationFeatureSource that can participate in an association. |
| FeatureFormSource | Gets the underlying source this UtilityAssociationFeatureSource represents, such as a FeatureLayer, SubtypeSublayer, ArcGISFeatureTable or SubtypeSubtable. |
| Name | Gets the name of the table or layer. |
Methods
| Name | Description |
|---|---|
| QueryFeaturesAsync(QueryParameters, CancellationToken) | Submits a query against the UtilityAssociationFeatureSource. |
| QueryFeaturesAsync(UtilityAssetType, QueryParameters, CancellationToken) | Submits a query against the UtilityAssociationFeatureSource. |
| QueryFeaturesAsync(UtilityAssetType, CancellationToken) | Submits a query against the UtilityAssociationFeatureSource. This will return all features for the asset type. |
| QueryFeaturesAsync(CancellationToken) | Submits a query against the UtilityAssociationFeatureSource. This will return all features. |
See Also
Applies to
| Target | Versions |
|---|---|
| .NET | 300 |
| .NET Windows | 300 |
| .NET Android | 300 |
| .NET iOS | 300 |