ArcGIS Pro 3.6 API Reference Guide
Inheritance Hierarchy
In This Topic
    ArcGIS.Core.Data.Knowledge.Analytics Namespace
    In This Topic
    This namespace contains types used in analytics such as compute centrality and filtered find path.
    Classes
     ClassDescription
    Class Represents an entity of the graph.
    Class Represents the results of a knowledge graph centrality analysis.
    Class Represents the set of scores for a knowledge graph centrality analysis.
    Class Gives access to paths found by the Filtered Find Paths algorithm, as well as pathfinding warnings and statistics.
    ClassA builder for creating a ArcGIS.Core.CIM.CIMKnowledgeGraphSubGraph for use in KnowledgeGraph operations such as centrality.
    Class Represents a relationship used in a path.
    Class Represents a group of parallel relationships used in a path. Parallel relationships are relationships between the same two entities.
    Class Represents entities and relationships used in paths.
    Class Represents a relationship of the graph, as seen by Filtered Find Paths.
    Structures
     StructureDescription
    Structure Represents information about the path.
    Structure Gets the representation of a single path returned by the Filtered Find Paths algorithm.
    Enumerations
     EnumerationDescription
    Enumeration When Filtered Find Paths has found no path, this enum gives insights as to why no path was found.
    Enumeration Control what is in the generated output from the Filtered Find Paths results.
    See Also