Having difficulty locating the appropriate method to disable the "Shaded Sketch Contour" feature via the VBA/API. Any assistance would be appreciated.
Thanks
Having difficulty locating the appropriate method to disable the "Shaded Sketch Contour" feature via the VBA/API. Any assistance would be appreciated.
Thanks
Austin Schukar, that put me on the right track. I had tried that exact thing earlier, to no avail. While modifying an older program I neglected to update the reference libraries. 2013 versions were selected, which was before shaded sketch contours were implemented. At any rate your comment has restored my sanity. Marking as correct , and a big thank you.
This might work for you?
swApp.SetUserPreferenceToggle swUserPreferenceToggle_e.swShadedSketchContours, swDetailingNoOptionSpecified, False