ArcadeEvaluator Class Members
In This Topic
The following tables list the members exposed by ArcadeEvaluator.
Public Properties
Public Methods
| Name | Description |
| Dispose | (Inherited from ArcGIS.Core.CoreObjectsBase) |
| Evaluate |
Evaluates the expression given the profile variable set.
This method must be called on the MCT. Use QueuedTask.Run.
|
| GetFields | Gets a list of fields that are required to use the arcade script. This method must be called on the MCT. Use QueuedTask.Run.
- The explicit fields that are used in the arcade script e.g. $feature.fields1
- The implicit fields that are needed when calling specific functions e.g. Geometry(), FeatureSetByAssociation()
- The wildcard fields e.g. expects($feature, "*")
|
Top
See Also