Enum UtilityAssociationDeletionSemantics
An enumeration of various association deletion behaviors.
Namespace: Esri.ArcGISRuntime.UtilityNetworks
Assembly: Esri.ArcGISRuntime.dll
Syntax
public enum UtilityAssociationDeletionSemantics
Remarks
Determines the behavior that occurs when attempting to delete a feature which has containment or structural attachment associations to other features.
Fields
Name | Description |
---|---|
Cascade | Any associations features will be deleted. |
None | Any associated features will not be deleted, but the associations will no longer exist. Default for Structure. |
Restricted | If the feature has any associations, deleting the feature will fail. Default for Container. If the UtilityAssetType of a feature cannot be determined (such as when it is filtered out by Extent, LayerOptions, or by a definition expression), Restricted is assumed. |
See Also
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.12 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.12 - 200.5 |
Xamarin.Android | 100.12 - 100.15 |
Xamarin.iOS | 100.12 - 100.15 |
UWP | 100.12 - 200.5 |