ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.Knowledge Namespace / KnowledgeGraphNamedObjectValue Class
Members

In This Topic
    KnowledgeGraphNamedObjectValue Class
    In This Topic
    Represents a named object value from a KnowledgeGraph. Named objects can be either entities or relationships.
    Syntax
    public abstract class KnowledgeGraphNamedObjectValue : KnowledgeGraphObjectValue, System.IDisposable  
    Public MustInherit Class KnowledgeGraphNamedObjectValue 
       Inherits KnowledgeGraphObjectValue
       Implements System.IDisposable 
    Inheritance Hierarchy

    System.Object
       ArcGIS.Core.CoreObjectsBase
          ArcGIS.Core.Data.Knowledge.KnowledgeGraphValue
             ArcGIS.Core.Data.Knowledge.KnowledgeGraphObjectValue
                ArcGIS.Core.Data.Knowledge.KnowledgeGraphNamedObjectValue
                   ArcGIS.Core.Data.Knowledge.KnowledgeGraphEntityValue
                   ArcGIS.Core.Data.Knowledge.KnowledgeGraphRelationshipValue

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also