ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Arcade Namespace / ArcadeEvaluationResult Class / CastTo Method

In This Topic
    CastTo Method
    In This Topic
    Convert the result of the expression to the given type. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    Public Function CastTo( _
       ByVal returnType As ExpressionReturnType _
    ) As Object

    Parameters

    returnType

    Return Value

    The converted value of the arcade expression.
    Exceptions
    ExceptionDescription
    Exception thrown when there has been an underlying exception from the evaluator
    This method or property must be called within the lambda passed to QueuedTask.Run.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also