getElementCount
Gets the number of elements in a parameter array.
Syntax
params.getElementCount (OID);
Parameters
Parameter |
Type |
Required |
Description |
OID |
String |
Yes |
The OID of the parameter. |
Returns
The number of elements in the parameter array, as an Integer.
Example
Coming soon.