getScopedAttribute
Get an attribute in the named scope that has the given ID. Scopes are often internally defined by DashBoard.
Syntax
ogscript.getScopedAttribute (Scope Name, Attribute ID);
Parameters
Parameter |
Type |
Required |
Description |
Scope Name |
String |
Yes |
Name of the scope in which to get and attribute. |
Attribute ID |
String |
Yes |
ID of the attribute to get in the named scope. |
Returns
Object
Example
Coming soon.