Returns the object with the specified name.
Namespace: MindFusion.Scripting
Assembly: MindFusion.Scripting
SyntaxC#
Copy Code
|
|---|
public virtual Object ResolveObject ( |
Visual Basic
Copy Code
|
|---|
Public Overridable Function ResolveObject( _ |
The name of the object.
The found object.
RemarksIf this method returns null (Nothing in Visual Basic), the object is looked for in the underlying list with local variables.
See Also