Class UtilityAssociationsFormElement
A form element that represents the utility network associations within the form.
Inheritance
UtilityAssociationsFormElement
Assembly: Esri.ArcGISRuntime.dll
public sealed class UtilityAssociationsFormElement : FormElement, INotifyPropertyChanged
Properties
Methods
| Name |
Description |
|
AddAssociationAsync(ArcGISFeature, UtilityAssociationsFilter, UtilityTerminal?, UtilityTerminal?, CancellationToken)
|
Adds an association between the provided feature and the Feature that this element is part of,
along with the UtilityTerminal values.
|
|
AddAssociationAsync(ArcGISFeature, UtilityAssociationsFilter, bool, CancellationToken)
|
Adds an association between the provided feature and the Feature that this element is
part of, along with the IsContainmentVisible value.
|
|
AddAssociationAsync(ArcGISFeature, UtilityAssociationsFilter, double, UtilityTerminal, CancellationToken)
|
Adds an association between the provided feature and the Feature that this element is part of,
along with the FractionAlongEdge and terminal value.
|
|
AddAssociationAsync(ArcGISFeature, UtilityAssociationsFilter, double, CancellationToken)
|
Adds an association between the provided feature and the Feature that this element is part of,
along with the FractionAlongEdge value.
|
|
AddAssociationAsync(ArcGISFeature, UtilityAssociationsFilter, CancellationToken)
|
Adds an association between the provided feature and the Feature that this element is part of.
|
|
CanAddAssociationAsync(ArcGISFeature, UtilityAssociationsFilter, CancellationToken)
|
Checks if a UtilityAssociation can be added between the provided ArcGISFeature and the Feature
this element is part of.
|
|
DeleteAssociation(UtilityAssociation)
|
Deletes an association from the UtilityNetwork.
|
|
FetchAssociationsFilterResultsAsync()
|
Fetches UtilityAssociation objects from an ArcGISFeature based on the AssociationFilters.
The results are provided in AssociationsFilterResults.
|
|
GetAssociationFeatureSourcesAsync(UtilityAssociationsFilter, CancellationToken)
|
Gets the UtilityAssociationFeatureSource objects from the UtilityNetwork.
|
|
GetOptionsForAssociationCandidateAsync(ArcGISFeature, CancellationToken)
|
Retrieves options for creating an association with a specified feature in the utility network.
|
Applies to
| Target | Versions |
| .NET Standard 2.0 | 200.7 - 200.8 |
| .NET | 200.7 - 300.0 |
| .NET Windows | 200.7 - 300.0 |
| .NET Android | 200.7 - 300.0 |
| .NET iOS | 200.7 - 300.0 |
| .NET Framework | 200.7 - 200.8 |
| UWP | 200.7 - 200.8 |