ArcGIS Pro 3.6 API Reference Guide
ArcGIS.Core.Data.Knowledge.Analytics Namespace / KnowledgeGraphFilteredFindPathsResults Class / HasNegativeRelationshipsCostsConvertedToPositiveCosts Property

In This Topic
    HasNegativeRelationshipsCostsConvertedToPositiveCosts Property
    In This Topic
    Gets a value indicating whether some negative relationship costs have been converted to positive costs during pathfinding.
    Syntax
    public bool HasNegativeRelationshipsCostsConvertedToPositiveCosts {get;}
    Public ReadOnly Property HasNegativeRelationshipsCostsConvertedToPositiveCosts As Boolean
    Remarks
    Negative costs are not supported in Filtered Find Paths algorithms.
    Negative costs are converted to positive costs according to ArcGIS.Core.CIM.CIMFilteredFindPathsConfiguration.NegativeCostBehaviour.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.6 or higher.
    See Also