ドキュメント更新後のパラメータ値(名前で識別)を読み込みます。
iv_documentParamValue ( documentHandle As String, _ paramName As String, _ units As String ) As Number
引数 | [タイプ] | 説明 |
---|---|---|
documentHandle | 文字列 | パラメータを所有するドキュメントのハンドルです。 |
paramName | 文字列 | パラメータのハンドルです。 |
units | 文字列 | パラメータの単位です。 |
Intent >iv_documentParamValue(%%document, "d0", "mm") --> 10.0 Intent >iv_documentParamValue(%%document, "height", "mm") --> 50.0 Intent >iv_documentParamValue(%%document, "diameter", "mm") --> 20.0