ArcGIS Pro 3.6 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMKnowledgeGraphLinkChartCentralityConfiguration Class / ComputeShortestPathsBasedMeasures Property

In This Topic
    ComputeShortestPathsBasedMeasures Property
    In This Topic
    Gets or sets a value indicating whether the shortest paths based measures will be computed. When true, all measures are computed. When false, all measures except betweenness, Closeness, Harmonic are computed. This setting exists because shortest paths based measures can be costly to compute for larger graphs.
    Syntax
    public bool ComputeShortestPathsBasedMeasures {get; set;}
    Public Property ComputeShortestPathsBasedMeasures As Boolean
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.5 or higher.
    See Also