ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Arcade Namespace / ArcadeEvaluator Class
Properties Methods


In This Topic
    ArcadeEvaluator Class Members
    In This Topic

    The following tables list the members exposed by ArcadeEvaluator.

    Public Properties
     NameDescription
    Public Property Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase)
    Public Property Gets the profile which the evaluator was set up with.  
    Public Property Gets the list of profile variables that are being used in the expression.  
    Top
    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