×
Sep 27, 2016 · ... developer.vectorworks.net/index.php/VS:SetPref SetPref is used for stuff that accepts boolean values. For anything else, you can use ...
Missing: url | Show results with:url
Feb 27, 2024 · SetPref · GetDLComponentClass ... Search. See Also. VectorScript · Function ... Permanent link · Page information. This page was last edited on 27 ...
Missing: url | Show results with:url
Aug 31, 2009 · Search on Toggle. The basic code for changing the state of most of the preferences is something like SetPref(N, NOT GetPref(N)); Where N is ...
Missing: url | Show results with:url
Either in the VW prefs or by script using SetPref(21, TRUE); ... https://developer.vectorworks.net/index.php/VS:Object_Events ... She does have one you might find ...
Missing: url | Show results with:url
Aug 12, 2013 · Remarks. Sets the value of the specified preference to the value passed. Similar to SetPref() except it works on preferences for long integer ...
Missing: url | Show results with:url
https://www.tb-lx.com ... SetPref(tb.PreferenceSelectors ... pop() # Removes the last value from list to account for 0 index number_of_rows_and_cols = list(vs.
Missing: url | Show results with:url
Jul 7, 2023 · See https://developer.vectorworks.net/index ... SetPref(167,FALSE); SetPref(173,TRUE); ... Upload or insert images from URL. Insert image from URL.
Apr 10, 2024 · There are SetPref calls: Palette Docking = 41 TRUE/FALSE Allow Docking to Drawing = 6752 TRUE/FALSE Allow Internal Palette Docking = 6753 ...
Missing: url | Show results with:url
Aug 30, 2023 · Have you looked at: https://app-help.vectorworks.net ... Setpref(49, true) will set preference 49 to true. ... Search · KBASE. MARIONETTE. Back ...
Missing: url VS:
Mar 31, 2023 · Actually I just looked on the developer site + saw this: https://developer.vectorworks.net/index.php/VS:Introduction. ... SetPref(44, True); to ...