Invokes the method (WOI, Worksapce Object Interface) for all workspace objects with the same connection name (link).
Syntax |
int invoke_method_for_link(const string &in link, const string &in method, const string &in params = '') |
---|---|
link |
Connection name |
method |
Method name |
params |
Method parameters (optional) |
Result |
Returns number of objects for which the method was invoked. |