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

KnowledgeGraphValueType Enumeration
Represents the type of knowledge graph value.
Syntax
public enum KnowledgeGraphValueType : System.Enum, 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