get Association Feature Sources
suspend fun getAssociationFeatureSources(filter: UtilityAssociationsFilter): Result<List<UtilityAssociationFeatureSource>>
Gets the UtilityAssociationFeatureSource objects from the UtilityNetwork. Checks the utility rules and the filter definition to find all UtilityAssociationFeatureSource objects that can be used to create an association. Use UtilityAssociationFeatureSource.queryFeatures to get the actual features from an UtilityAssociationFeatureSource.
Return
A Result containing a list of UtilityAssociationFeatureSource objects.
Since
300.0.0
Parameters
filter
The UtilityAssociationsFilter that provides the filter definition.