Show / Hide Table of Contents

Class UtilityAssociationsPopupElement

A utility network associations pop-up element that is displayed in a pop-up for a geoelement.

Inheritance
object
PopupElement
UtilityAssociationsPopupElement
PopupElement.IsEvaluated
PopupElement.FromJson(string)
PopupElement.ToJson()
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Esri.ArcGISRuntime.Mapping.Popups
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class UtilityAssociationsPopupElement : PopupElement
Remarks

A typical UI implementation displays UtilityAssociation based on DisplayCount with a possibility to show all associations for a specific layer or table.

Constructors

Name Description
UtilityAssociationsPopupElement(IEnumerable<UtilityAssociationsFilter>)

Initializes a new instance of the UtilityAssociationsPopupElement class which displays associations based on the filters provided.

Properties

Name Description
AssociationFilters

Gets a collection of utility associations filters.

AssociationsFilterResults

Gets a collection of utility associations filter results. This is empty if associations filter results haven't been fetched.

Description

Gets or sets the string describing the pop-up element in detail.

DisplayCount

Gets or sets the number of associations to display based on the UtilityAssociationsFilter provided.

Title

Gets or sets the string indicating what the pop-up element represents.

Methods

Name Description
FetchAssociationsFilterResultsAsync()

Fetches all UtilityAssociation objects based on the AssociationFilters. It will populate AssociationsFilterResults.

Applies to

TargetVersions
.NET Standard 2.0200.7 - 200.8
.NET200.7 - 300.0
.NET Windows200.7 - 300.0
.NET Android200.7 - 300.0
.NET iOS200.7 - 300.0
.NET Framework200.7 - 200.8
UWP200.7 - 200.8
In this article
Provide feedback
Back to top Copyright © 2025 Esri.