ArcadeEvaluationResult Class Members
In This Topic
The following tables list the members exposed by ArcadeEvaluationResult.
Public Properties
Public Methods
| Name | Description |
 | CastTo |
Convert the result of the expression to the given type.
This method must be called on the MCT. Use QueuedTask.Run.
|
 | Dispose | (Inherited from ArcGIS.Core.CoreObjectsBase) |
 | GetResult |
Gets the result of the expression.
This method must be called on the MCT. Use QueuedTask.Run.
|
 | IsEqual |
Checks to see if two evaluation results are equal. This is a value comparison.
This method must be called on the MCT. Use QueuedTask.Run.
|
Top
See Also