Public Function CastTo( _ ByVal returnType As ExpressionReturnType _ ) As Object
public object CastTo( ExpressionReturnType returnType )
Parameters
- returnType
Return Value
The converted value of the arcade expression.
Public Function CastTo( _ ByVal returnType As ExpressionReturnType _ ) As Object
public object CastTo( ExpressionReturnType returnType )
| Exception | Description |
|---|---|
| ArcadeOperationFailedException | Exception thrown when there has been an underlying exception from the evaluator |
| ArcGIS.Core.CalledOnWrongThreadException | This method or property must be called within the lambda passed to QueuedTask.Run. |
Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)