Show / Hide Table of Contents

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
AssociationDeletionSemantics

Applies to

TargetVersions
.NET Standard 2.0100.12 - 100.15
.NET 6.0100.13 - 100.15
.NET 6.0 Windows100.13 - 100.15
.NET Framework100.12 - 100.15
.NET 5100.12
.NET Core 3.1100.12
Xamarin.Android100.12 - 100.15
Xamarin.iOS100.12 - 100.15
UWP100.12 - 100.15
In This Article
Back to top Copyright © 2022 Esri.