ArcGIS Pro 3.6 API Reference Guide
ArcGIS.Core.CIM Namespace / KGNegativeCostBehaviour Enumeration

In This Topic
    KGNegativeCostBehaviour Enumeration
    In This Topic
    Defines the behaviour when a strictly negative cost is found, and only positive costs are supported.
    Syntax
    Members
    MemberDescription
    ReplaceByAbsoluteValue Replace the cost by the absolute value of the cost.
    ReplaceByDefaultCostValue Replace the cost by the default cost value.
    ReplaceByZero Replace the cost by zero.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Core.CIM.KGNegativeCostBehaviour

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.6 or higher.
    See Also