get Options For Association Candidate
suspend fun getOptionsForAssociationCandidate(feature: ArcGISFeature): Result<UtilityAssociationFeatureOptions>
Retrieves options for creating an association with a specified feature in the utility network. This method evaluates the provided feature and returns a set of options that can be used to define an association. The options include details about valid configurations and constraints for the association.
Return
A Result containing UtilityAssociationFeatureOptions for creating an association with a specified feature in the utility network.
Since
300.0.0
Parameters
feature
The ArcGISFeature participating in the association.