Utility Associations Popup Element
A utility network associations pop-up element that is displayed in a pop-up for a geoelement. A typical UI implementation displays UtilityAssociation based on UtilityAssociationsPopupElement.displayCount with a possibility to show all associations for a specific layer or table.
Since
200.7.0
Constructors
Properties
A collection of utility associations filters. Filters limit the associations displayed based upon the associated element's role or function. If no filters are provided, all associations will be displayed.
A collection of utility associations filter results. This is empty if associations filter results haven't been fetched. Associations are fetched using UtilityAssociationsPopupElement.fetchAssociationsFilterResults.
String describing the pop-up element in detail.
The number of associations to display based on the UtilityAssociationsFilter provided. The default value is 3.
Inherited properties
True if the pop-up element is contained in the Popup.evaluatedElements, false otherwise.
Functions
Fetches all UtilityAssociation objects based on the UtilityAssociationsPopupElement.associationFilters. It will populate UtilityAssociationsPopupElement.associationsFilterResults. If PopupElement.isEvaluated is false, this method will have no effect.