Method GetFeaturesForElementsAsync
GetFeaturesForElementsAsync(IEnumerable<UtilityElement>, CancellationToken)
Asynchronously gets the set of loaded Arc
Declaration
public Task<IEnumerable<ArcGISFeature>> GetFeaturesForElementsAsync(IEnumerable<UtilityElement> elements, CancellationToken cancellationToken)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<Utility |
elements | The set of elements to get the matching features for |
Cancellation |
cancellationToken | A |
Returns
Type | Description |
---|---|
Task<IEnumerable<Arc |
A task that represents retrieval of features referenced by the specified elements. The value of the task result is a set of loaded |
Remarks
Gets a collection of loaded Arc
Applies to
Platforms and versions
Target | Versions |
---|---|
UWP | 100.15 |
GetFeaturesForElementsAsync(IEnumerable<UtilityElement>)
Asynchronously gets the set of loaded Arc
Declaration
public Task<IEnumerable<ArcGISFeature>> GetFeaturesForElementsAsync(IEnumerable<UtilityElement> elements)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<Utility |
elements | The set of elements to get the matching features for |
Returns
Type | Description |
---|---|
Task<IEnumerable<Arc |
A task that represents retrieval of features referenced by the specified elements. The value of the task result is a set of loaded |
Remarks
Gets a collection of loaded Arc
Applies to
Platforms and versions
Target | Versions |
---|---|
UWP | 100.15 |