VS:PDF SetProgressBar/ja: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision)
No edit summary
Line 1: Line 1:
{{LocationMain|category=LocationVS/ja|specific=}}
{{LocationMain|category=LocationVS/ja|specific=}}
__TOC__
__TOC__
<vwDoc>
<vwDoc>
Line 6: Line 5:
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
<desc>
<desc>
Sets the progress bar from the PDF Import Menu Command</desc>
PDF取り込みメニューコマンドのプログレスバーを設定します。</desc>


-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
Line 46: Line 45:
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
<version>
<version>
利用可能バージョン: VectorWorks_Unknow.n._
Availability: from Vectorworks 2014


</version>
</version>
Line 53: Line 52:


[[Category:VS Function Reference|PDF_SetProgressBar]]
[[Category:VS Function Reference|PDF_SetProgressBar]]
[[Category:VS Function Reference:PDFUtilities|PDF_SetProgressBar]]
[[Category:VS Function Reference:PDF|PDF_SetProgressBar]]

Revision as of 03:15, 16 January 2014

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

PDF取り込みメニューコマンドのプログレスバーを設定します。

FUNCTION PDF_SetProgressBar(
progressPtr :PROCEDURE;
status :BOOLEAN) : BOOLEAN;
def vs.PDF_SetProgressBar(progressPtr, status):
    return BOOLEAN

Parameters

progressPtr PROCEDURE
status BOOLEAN

Version

Availability: from Vectorworks 2014