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


In This Topic
    ArcadeEvaluationResult Class Members
    In This Topic

    The following tables list the members exposed by ArcadeEvaluationResult.

    Public Properties
     NameDescription
    Public Property Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase)
    Top
    Public Methods
     NameDescription
    Public Method Convert the result of the expression to the given type. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method (Inherited from ArcGIS.Core.CoreObjectsBase)
    Public Method Gets the result of the expression. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Checks to see if two evaluation results are equal. This is a value comparison. This method must be called on the MCT. Use QueuedTask.Run.  
    Top
    See Also