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

CentralityRelationshipInterpretation Enumeration
Specifies the way relationships are interpreted for centrality computations.
Syntax
public enum CentralityRelationshipInterpretation : System.Enum, 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