ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.UtilityNetwork Namespace / AssociationFeature Class
Members

In This Topic
    AssociationFeature Class
    In This Topic
    Represents a connectivity, containment, or structural attachment association, including a ArcGIS.Core.Geometry.Geometry representing a connection between the two rows involved in the association.
    Object Model
    AssociationFeature ClassElement ClassGeometry ClassElement Class
    Syntax
    public sealed class AssociationFeature : Association, System.IEquatable<Association>  
    Public NotInheritable Class AssociationFeature 
       Inherits Association
       Implements System.IEquatable(Of Association) 
    Inheritance Hierarchy

    System.Object
       ArcGIS.Core.Data.UtilityNetwork.Association
          ArcGIS.Core.Data.UtilityNetwork.AssociationFeature

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also