Charting for WinForms Programmer's Guide
EvaluationContext.ResolveObject Method
See Also
 






Returns the object with the specified name.

Namespace: MindFusion.Scripting
Assembly: MindFusion.Scripting

 Syntax

C#  Copy Code

public virtual Object ResolveObject (
    string name
)

Visual Basic  Copy Code

Public Overridable Function ResolveObject( _
    name As String _
) As Object

 Parameters

name

The name of the object.

 Return Value

The found object.

 Remarks

If this method returns null (Nothing in Visual Basic), the object is looked for in the underlying list with local variables.

 See Also

EvaluationContext Members
EvaluationContext Class
MindFusion.Scripting Namespace