ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Data.Knowledge Namespace / KnowledgeGraphArrayValue Class / AddRange Method
A list or array of values

In This Topic
    AddRange Method
    In This Topic
    Add a collection of values to the end of the array. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public void AddRange( 
       IList collection
    )
    Public Sub AddRange( _
       ByVal collection As IList _
    ) 

    Parameters

    collection
    A list or array of values
    Exceptions
    ExceptionDescription
    This method or property must be called within the lambda passed to QueuedTask.Run.
    Invalid value type
    Value cannot be null: collection
    Remarks
    Values within the collection can be any mix of primitives (number, string, date, etc), geometries, or other KnowledgeGraphValue types. Note: null values within the collection are valid. A null value will be automatically converted to a System.DBNull.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.3 or higher.
    See Also