Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 477 Bytes

File metadata and controls

27 lines (21 loc) · 477 Bytes

PDF_SetProgressBar

Description

Sets the progress bar from the PDF Import Menu Command

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

Parameters

Name Type Description
progressPtr PROCEDURE
status BOOLEAN

Version

Availability: from Vectorworks 2014

Category