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 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.12 - 100.15 |
.NET 5 | 100.12 |
.NET Core 3.1 | 100.12 |
Xamarin.Android | 100.12 - 100.15 |
Xamarin.iOS | 100.12 - 100.15 |
UWP | 100.12 - 100.15 |