ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.UtilityNetwork Namespace / AssociationDeleteType Enumeration

In This Topic
    AssociationDeleteType Enumeration
    In This Topic
    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 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also