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


In This Topic
    ArcadeScriptEngine Class Members
    In This Topic

    The following tables list the members exposed by ArcadeScriptEngine.

    Public Properties
     NameDescription
    Public Propertystatic (Shared in Visual Basic) Gets the singleton ArcadeScriptEngine instance.  
    Top
    Public Methods
     NameDescription
    Public Method Creates an instance of an Arcade script evaluator. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the minimum required version of Arcade needed for the given expression. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the current version of Arcade in use by this engine. This method must be called on the MCT. Use QueuedTask.Run.  
    Top
    See Also