getValueAsString
Gets a string representation of an element in a parameter with the specified Object ID.
Syntax
params.getValueAsString (OID, Index);
Parameters
Parameter |
Type |
Required |
Description |
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.