ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Core.Arcade Namespace / ArcadeEvaluator Class


In This Topic
    ArcadeEvaluator Class Methods
    In This Topic

    For a list of all members of this type, see ArcadeEvaluator members.

    Public Methods
     NameDescription
    Public Method (Inherited from ArcGIS.Core.CoreObjectsBase)
    Public Method Evaluates the expression given the profile variable set. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodGets 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