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

In This Topic
    KnowledgeGraphProperty Class
    In This Topic
    Represents a knowledge graph property.
    Object Model
    KnowledgeGraphProperty ClassDomain Class
    Syntax
    public sealed class KnowledgeGraphProperty : ArcGIS.Core.Data.Field, System.IDisposable  
    Public NotInheritable Class KnowledgeGraphProperty 
       Inherits ArcGIS.Core.Data.Field
       Implements System.IDisposable 
    Remarks
    Properties can contain either a primitive value (such as ints, doubles, strings, dates, etc) or a KnowledgeGraphValue.
    Inheritance Hierarchy

    System.Object
       ArcGIS.Core.CoreObjectsBase
          ArcGIS.Core.Data.Field
             ArcGIS.Core.Data.Knowledge.KnowledgeGraphProperty

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also