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

In This Topic
    KnowledgeGraphObjectValue Class
    In This Topic
    Represents an anonymous object value in a KnowledgeGraph.
    Syntax
    public class KnowledgeGraphObjectValue : KnowledgeGraphValue, System.IDisposable  
    Public Class KnowledgeGraphObjectValue 
       Inherits KnowledgeGraphValue
       Implements System.IDisposable 
    Remarks
    This is the base class for KnowledgeGraphNamedObjectValue which includes both entities and relationships
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also