ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.Knowledge Namespace / KnowledgeGraphValueType Enumeration

In This Topic
    KnowledgeGraphValueType Enumeration
    In This Topic
    Represents the type of knowledge graph value.
    Syntax
    public enum KnowledgeGraphValueType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum KnowledgeGraphValueType 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    ArrayValue is of type KnowledgeGraphArrayValue
    EntityValue is of type KnowledgeGraphEntityValue
    ObjectValue is an anonymous object of type KnowledgeGraphObjectValue
    PathValue is of type KnowledgeGraphPathValue
    Primitive Value can be numeric, text, date, time, geometry, or blob
    RelationshipValue is of type KnowledgeGraphRelationshipValue
    Unknown 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Core.Data.Knowledge.KnowledgeGraphValueType

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also