KnowledgeGraphArrayValue Class Methods
In This Topic
For a list of all members of this type, see KnowledgeGraphArrayValue members.
Public Methods
| | Name | Description |
 | Add |
Add a value to the end of the array. This method must be
called on the MCT. Use QueuedTask.Run.
|
 | AddRange |
Add a collection of values to the end of the array. This method must be
called on the MCT. Use QueuedTask.Run.
|
 | Dispose | (Inherited from ArcGIS.Core.CoreObjectsBase) |
 | GetSize |
Gets the number of values in the graph array.
This method must be called on the MCT. Use QueuedTask.Run.
|
Top
See Also