×
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
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
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
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.
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 ...
In addition to enabling developer mode in Preferences>Session, add this line to your include: vs.SetPref(412, True) #Turns off include caching If your ...
Missing: url | Show results with:url
vs.SetObjectTags(). in Python Scripting ... Is there any way I can disable auto hide? There are SetPref calls: ... on my website at http://www.whwsolution.co.uk ...
Missing: url | Show results with:url
Jan 29, 2018 · SetPref(1027, Not GetPref(1027);. The other ... It is available online at http://developer.vectorworks.net/index.php/VS: ...
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
Jun 19, 2017 · Great solution. Procedure Test; Var H1, H2: Handle; B1: Boolean; Begin B1:=GetPref(581); SetPref(581, False); ...