getParam
Gets information about an element in the parameter with the specified Object ID.
Syntax
params.getParam (ContextID, OID, Index);
Parameters
Parameter |
Type |
Required |
Description |
Context ID |
String |
No |
The context ID of the component that contains the parameter of interest. |
OID |
String |
Yes |
Object ID of the object of interest. |
Index |
Integer |
Yes |
Array parameter index. If the parameter is not an array parameter, use an Index of 0. In most cases, enter 0 as the Index. |
Returns
ParamScriptable
Example
Coming soon.