UtilityAssociationsFormElement

A form element that represents the utility network associations within the form.

Since

200.7.0

Properties

Link copied to clipboard

A collection of filters that define which associations are displayed.

Link copied to clipboard

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.

Link copied to clipboard
val isEditable: StateFlow<Boolean>

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

Link copied to clipboard

A detailed description of the element.

Link copied to clipboard
val isVisible: StateFlow<Boolean>

The form element's visibility. This property can be modified by the visibility expression.

Link copied to clipboard

A descriptive label that appears with the element. If not supplied, a FieldFormElement is labeled with the alias property of the associated field.

Link copied to clipboard

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.

Link copied to clipboard

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.

Inherited functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int