VS:EditRenderWorksPrefs

From Vectorworks Developer
Revision as of 14:29, 12 August 2013 by Root (talk | contribs) (1 revision)
Jump to navigation Jump to search

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

Description

This procedure displays the renderworks Custom rendering options dialog. The upateRendering boolean returns false if the user presses cancel in the rendering preferences dialog and True if the user presses OK.

PROCEDURE EditRenderWorksPrefs(
VAR updateRendering :BOOLEAN);
def vs.EditRenderWorksPrefs():
    return updateRendering

Parameters

updateRendering BOOLEAN Output parameter.

Version

Availability: from All Versions

This is drop-in function.