VS:EditRenderWorksPrefs: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision)
 
m (1 revision)
(No difference)

Revision as of 14:29, 12 August 2013

.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.