ArcGIS Pro 3.7 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 
       Inherits KnowledgeGraphValue
       Implements System.IDisposable 
    public class KnowledgeGraphObjectValue : KnowledgeGraphValue, 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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.2 or higher.
    See Also