Method GetOptionsForAssociationCandidateAsync
GetOptionsForAssociationCandidateAsync(ArcGISFeature, CancellationToken)
Retrieves options for creating an association with a specified feature in the utility network.
Declaration
public Task<UtilityAssociationFeatureOptions> GetOptionsForAssociationCandidateAsync(ArcGISFeature feature, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| ArcGISFeature | feature | The ArcGISFeature participating in the association. |
| CancellationToken | cancellationToken | A cancellation token that can be used to cancel the operation. |
Returns
| Type | Description |
|---|---|
| Task<UtilityAssociationFeatureOptions> | UtilityAssociationFeatureOptions for creating an association with a specified feature in the utility network. |
Remarks
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.
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET | 300 |
| .NET Windows | 300 |
| .NET Android | 300 |
| .NET iOS | 300 |