KnowledgeGraphArrayValue Class Members
In This Topic
The following tables list the members exposed by KnowledgeGraphArrayValue.
Public Constructors
Public Properties
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