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

In This Topic
    PathsMetrics Property
    In This Topic
    Returns an array of PathMetrics indexed by the path index. If the PathMetrics value is null, the path is not valid.
    Syntax
    public Nullable<PathMetrics>[] PathsMetrics {get;}
    Public ReadOnly Property PathsMetrics As Nullable(Of PathMetrics)()
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.6 or higher.
    See Also