ArcGIS Pro 3.7 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 ReadOnly Property HasNegativeRelationshipsCostsConvertedToPositiveCosts As Boolean
    public bool HasNegativeRelationshipsCostsConvertedToPositiveCosts {get;}
    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.6 or higher.
    See Also