NET:LavishScriptAPI.LavishScriptObject.ExecuteMethod

From Lavish Software Wiki
Jump to navigation Jump to search

Overview

Used to execute a method of a LavishScriptObject object.

Reference Library

Lavish.InnerSpace.dll

Fully Qualified Name

LavishScriptAPI.LavishScript.Objects.GetObject

Declaration

public bool ExecuteMethod(string Method)
public bool ExecuteMethod(string Method, params string[] args)

Parameters

  • string Method
Name of the method to access
  • params string[] indices
Parameters, if any, to pass to the object method

Return Value

  • bool
true if the method call succeeded, otherwise false. false may also be returned if the object becomes invalid, as in the case of a Delete operation.

Examples

See Also