ArcGIS Pro 2.6 API Reference Guide
AssociationDeleteType Enumeration

ArcGIS.Core.Data.UtilityNetwork Namespace : AssociationDeleteType Enumeration
Determines the behavior that occurs when attempting to delete a feature which has containment or structural attachment associations to other features.
Syntax
Members
MemberDescription
Cascade The associated features are deleted.
None Any associated features will not be deleted, but the associations will no longer exist. Default for structures.
Restricted If the feature has any associations, deleting the feature will fail. Default for containers.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ArcGIS.Core.Data.UtilityNetwork.AssociationDeleteType

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

ArcGIS.Core.Data.UtilityNetwork Namespace