ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMKnowledgeLinkChartOrganicLayoutSettings Class / ComputationTimeBudget Property

In This Topic
    ComputationTimeBudget Property
    In This Topic
    Gets or sets the computation time budget, in seconds. The maximum count of iterations of the force directed algorithm is computed based on the size of the link chart and this computation budget, assuming computations are executed by a theoretical CPU with some known characteristics. Higher values lead to better looking layouts.
    Syntax
    public double ComputationTimeBudget {get; set;}
    Public Property ComputationTimeBudget As Double
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.4 or higher.
    See Also