UtilityAssociationsFilter

Limits the associations displayed based upon the associated feature's role or function.

Since

200.7.0

Constructors

Link copied to clipboard
constructor(filterType: UtilityAssociationsFilterType)

Creates a new utility network associations filter with the specified filter type.

constructor(filterType: UtilityAssociationsFilterType, assetGroup: UtilityAssetGroup)

Creates a new utility network associations filter with the specified filter type and asset group.

constructor(filterType: UtilityAssociationsFilterType, assetType: UtilityAssetType)

Creates a new utility network associations filter with the specified filter type and asset type.

constructor(filterType: UtilityAssociationsFilterType, networkSource: UtilityNetworkSource)

Creates a new utility network associations filter with the specified filter type and network source.

Properties

Link copied to clipboard

Filter the utility network associations by the asset group of the associated feature. If the UtilityAssociationsFilter is part of an UtilityAssociationsPopupElement or an UtilityAssociationsFormElement and the associations are filtered by UtilityAssetGroup, this property is populated when the UtilityNetwork is loaded. The Popup.evaluateExpressions and FeatureForm.evaluateExpressions methods will load the UtilityNetwork.

Link copied to clipboard

Filter the utility network associations by the asset type of the associated feature. If the UtilityAssociationsFilter is part of an UtilityAssociationsPopupElement or an UtilityAssociationsFormElement and the associations are filtered by UtilityAssetType, this property is populated when the UtilityNetwork is loaded. The Popup.evaluateExpressions and FeatureForm.evaluateExpressions methods will load the UtilityNetwork.

Link copied to clipboard

A string that describes the associations matching the filter criteria.

Link copied to clipboard

Filter the utility network associations by the associated feature's role or function.

Link copied to clipboard

Filter the utility network associations by network source of the associated feature. If the UtilityAssociationsFilter is part of an UtilityAssociationsPopupElement or an UtilityAssociationsFormElement and the associations are filtered by UtilityNetworkSource, this property is populated when the UtilityNetwork is loaded. The Popup.evaluateExpressions and FeatureForm.evaluateExpressions methods will load the UtilityNetwork.

Link copied to clipboard

A string title for the associated feature matching the filter criteria.