VS:ProgressDlgStart: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
No edit summary
 
m (1 revision: vw2015)
(No difference)

Revision as of 14:36, 18 September 2014

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

Description

Start a progress context. This defines progress percentage and loop count for ProgressDlgYeld calls. LoopCount is fit in the Percentage of the progress

PROCEDURE ProgressDlgStart(
Percentage :REAL;
LoopCount :LONGINT);
def vs.ProgressDlgStart(Percentage, LoopCount):
    return None

Parameters

Percentage REAL
LoopCount LONGINT

Version

Availability: from Vectorworks 2015