Reads a parameter value (identified by name) after the document is updated.
iv_documentParamValue ( documentHandle As String, _
paramName As String, _
units As String ) As Number
Argument | Type | Description |
---|---|---|
documentHandle | string | Handle of the document owning the parameter. |
paramName | string | Handle of the parameter. |
units | string | Units of the parameter. |
Intent >iv_documentParamValue(%%document, "d0", "mm")
--> 10.0
Intent >iv_documentParamValue(%%document, "height", "mm")
--> 50.0
Intent >iv_documentParamValue(%%document, "diameter", "mm")
--> 20.0