Utility Association Feature Source
A layer, sublayer, table, or subtype table that can contain an associated feature for creating an association. The UtilityAssociationsFormElement.getAssociationFeatureSources method returns a collection of UtilityAssociationFeatureSource objects, representing the sources of features that can participate in utility associations.
Since
300.0.0
See also
Properties
Link copied to clipboard
The list of UtilityAssetType in this UtilityAssociationFeatureSource that can participate in an association.
Link copied to clipboard
The underlying source this UtilityAssociationFeatureSource represents, such as a FeatureLayer, SubtypeSublayer, ArcGISFeatureTable or SubtypeSubtable.
Functions
Link copied to clipboard
suspend fun queryFeatures(parameters: QueryParameters? = null): Result<UtilityAssociationFeatureSourceQueryResult>
suspend fun queryFeatures(assetType: UtilityAssetType, parameters: QueryParameters? = null): Result<UtilityAssociationFeatureSourceQueryResult>
Submits a query against the UtilityAssociationFeatureSource.