getAllById
Get all Objects accessible in the current context that have the associated ID.
Syntax
ogscript.getAllById (Object ID);
Parameters
Parameter |
Type |
Required |
Description |
Object ID |
String |
Yes |
ID of the objects in the current context to get. |
Returns
Object []
Example
Coming soon.