Show / Hide Table of Contents

Class UtilityAssociationFeatureSource

A layer, sublayer, table, or subtype table that can contain an associated feature for creating an association.

Inheritance
object
UtilityAssociationFeatureSource
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 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

GetAssociationFeatureSourcesAsync(UtilityAssociationsFilter, CancellationToken)

Applies to

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