ArcGIS Pro 3.6 API Reference Guide
ArcGIS.Core.Data.Knowledge.Analytics Namespace / PathMetrics Structure / PathMetrics Constructor
Length of the path.
Minimum cost of the path.
Maximum cost of the path.

In This Topic
    PathMetrics Constructor
    In This Topic
    Represents information about the path.
    Syntax
    public PathMetrics( 
       long length,
       double minCost,
       double maxCost
    )
    Public Function New( _
       ByVal length As Long, _
       ByVal minCost As Double, _
       ByVal maxCost As Double _
    )

    Parameters

    length
    Length of the path.
    minCost
    Minimum cost of the path.
    maxCost
    Maximum cost of the path.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.6 or higher.
    See Also