Available in Industry Series products only. Prints the active document. The Print Dialog will be displayed. The PageSetup dialog will be displayed, before the print dialog, if the existing print settings are not valid for the current printer
FUNCTION PrintUsingPrintDialog : INTEGER;def vs.PrintUsingPrintDialog():
return INTEGERUse GetEnabledModules to determine if an Industry Series product is installed.
result = vs.PrintUsingPrintDialog()resultN := PrintUsingPrintDialog;import vs
# Available in Industry Series products only.
resultN = vs.PrintUsingPrintDialog()
vs.Message('PrintUsingPrintDialog returned: ' + str(resultN))Availability: from VectorWorks10.5