ドキュメントが更新された後に(名前で特定された)パラメータ値を読み取り、単位付きの結果を文字列として返します。
iv_documentParamValueAsString ( documentHandle As String, _ paramName As String, _ units As String ) As String
引数 | [タイプ] | 説明 |
---|---|---|
documentHandle | 文字列 | パラメータを所有するドキュメントのハンドルです。 |
paramName | 文字列 | パラメータの名前です。 |
units | 文字列 | パラメータの単位です。 |
Intent >iv_documentParamValue(%%document, "d0", "mm") --> "10.000 mm" Intent >iv_documentParamValue(%%document, "height", "mm") --> "50.000 mm" Intent >iv_documentParamValue(%%document, "diameter", "mm") --> "20.000 mm"