ArcGIS Pro 3.7 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 Function New( _
       ByVal length As Long, _
       ByVal minCost As Double, _
       ByVal maxCost As Double _
    )
    public PathMetrics( 
       long length,
       double minCost,
       double maxCost
    )

    Parameters

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

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.6 or higher.
    See Also