ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Data.Knowledge.Analytics Namespace / KnowledgeGraphFilteredFindPathsResults Class / CountLocalGraphEdges Property

In This Topic
    CountLocalGraphEdges Property (KnowledgeGraphFilteredFindPathsResults)
    In This Topic
    Gets the count of edges in the in-memory local graph used for pathfinding.
    Syntax
    Public ReadOnly Property CountLocalGraphEdges As ULong
    public ulong CountLocalGraphEdges {get;}
    Remarks
    One localgraph edge can represent several graph relationships when there are parallel relationships and all are equivalent wrt pathfinding.
    Requirements

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

    ArcGIS Pro version: 3.6 or higher.
    See Also