UtilityAssociationsFormElement
A form element that represents the utility network associations within the form.
Since
200.7.0
Properties
A collection of filters that define which associations are displayed.
The collection of results from the UtilityAssociationsFormElement.fetchAssociationsFilterResults method. The collection of UtilityAssociationsFilterResult objects groups the fetch results first by their UtilityAssociationsFilter and then groups the UtilityAssociation objects by the layer or table that contains them within the ArcGISMap.
True if the utility associations form element is editable, false otherwise. This property can be modified by the editable expression, which can be set during Feature Form authoring.
Inherited properties
A detailed description of the element.
A descriptive label that appears with the element. If not supplied, a FieldFormElement is labeled with the alias property of the associated field.
Unknown data from the source JSON. Unknown JSON is a dictionary of values that was in the source JSON but was unparsed by the Runtime.
Unsupported data from the source JSON. Unsupported JSON is a dictionary of values that are supported by web maps, but not exposed through the native Runtime API.
Functions
Fetches UtilityAssociation objects from an ArcGISFeature based on the UtilityAssociationsFormElement.associationFilters. The results are provided in UtilityAssociationsFormElement.associationsFilterResults.