iv_documentParamValue()

概要

ドキュメント更新後のパラメータ値(名前で識別)を読み込みます。

構文

iv_documentParamValue ( documentHandle As String, _
                        paramName As String, _
                        units As String ) As Number 
引数 [タイプ] 説明
documentHandle 文字列 パラメータを所有するドキュメントのハンドルです。
paramName 文字列 パラメータのハンドルです。
units 文字列 パラメータの単位です。

例 1

モデル、ユーザ、参照パラメータを返します。
Intent >iv_documentParamValue(%%document, "d0", "mm") 
--> 10.0
Intent >iv_documentParamValue(%%document, "height", "mm")
--> 50.0 
Intent >iv_documentParamValue(%%document, "diameter", "mm") 
--> 20.0