Show / Hide Table of Contents

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
TargetVersions
.NET300.0 - 300.1
.NET Windows300.0 - 300.1
.NET Android300.0 - 300.1
.NET iOS300.0 - 300.1
In this article
Provide feedback
Back to top Copyright © 2025 Esri.