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
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
Viewing Details: