iv_documentParamValue()

Synopsis

Reads a parameter value (identified by name) after the document is updated.

Syntax

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.

Example 1

Return Model, User, and Reference parameters
Intent >iv_documentParamValue(%%document, "d0", "mm") 
--> 10.0
Intent >iv_documentParamValue(%%document, "height", "mm")
--> 50.0 
Intent >iv_documentParamValue(%%document, "diameter", "mm") 
--> 20.0