ArcGIS Pro 3.6 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMFilteredFindPathsConfiguration Class / MaxPathCost Property

In This Topic
    MaxPathCost Property
    In This Topic
    Gets or sets the maximum path cost. The maximum cost is only enforced when the value is positive.
    Syntax
    public double MaxPathCost {get; set;}
    Public Property MaxPathCost As Double
    Remarks
    The cost of a path is the sum of the costs of its relationships.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.6 or higher.
    See Also