ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.CIM Namespace / CentralityRelationshipInterpretation Enumeration

In This Topic
    CentralityRelationshipInterpretation Enumeration
    In This Topic
    Specifies the way relationships are interpreted for centrality computations.
    Syntax
    public enum CentralityRelationshipInterpretation : System.Enum, System.IComparable, System.IConvertible, System.IFormattable, System.ISpanFormattable  
    Public Enum CentralityRelationshipInterpretation 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable, System.ISpanFormattable 
    Members
    MemberDescription
    Directed Relationships are considered to be directed.
    Reversed Relationships are considered to be directed and their direction is reversed.
    Undirected Relationships are considered to be undirected.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Core.CIM.CentralityRelationshipInterpretation

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.3 or higher.
    See Also