ArcadeEvaluator Class Methods
For a list of all members of this type, see ArcadeEvaluator members.
| 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