ComponentOne Expression Editor for WPF
C1.WPF.ExpressionEditor.4.5.2 Assembly / C1.ExpressionEditor.Engine Namespace / IEngine Interface / TryEvaluate Method
This parameter is passed uninitialized; any value originally supplied in result will be overwritten.

In This Topic
    TryEvaluate Method (IEngine)
    In This Topic
    Gets a result of expression. A return value indicates whether the evaluate succeeded or failed.
    Syntax
    'Declaration
     
    Function TryEvaluate( _
       ByRef result As Object _
    ) As Boolean
    bool TryEvaluate( 
       out object result
    )

    Parameters

    result
    This parameter is passed uninitialized; any value originally supplied in result will be overwritten.

    Return Value

    true if expression was evaluated successfully; otherwise, false.
    See Also