ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Data.Knowledge Namespace / KnowledgeGraphArrayValue Class
Properties Methods


In This Topic
    KnowledgeGraphArrayValue Class Members
    In This Topic

    The following tables list the members exposed by KnowledgeGraphArrayValue.

    Public Constructors
     NameDescription
    Public Constructor Default constructor  
    Top
    Public Properties
     NameDescription
    Public Property Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase)
    Public Property Gets and sets the value from/for the array of values given its index position. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Property Gets the KnowledgeGraph value type. (Inherited from ArcGIS.Core.Data.Knowledge.KnowledgeGraphValue)
    Top
    Public Methods
     NameDescription
    Public Method Add a value to the end of the array. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Add a collection of values to the end of the array. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method (Inherited from ArcGIS.Core.CoreObjectsBase)
    Public Method Gets the number of values in the graph array. This method must be called on the MCT. Use QueuedTask.Run.  
    Top
    See Also