auto-fillet-string-switch

See this command in the command table.

To access this command:

  • Using the command line, enter "auto-fillet-string-switch".

Command Overview

Toggles automatic filleting of string data.

Scripting note: This command has been superseded by the SetCustomAttribute method on the ActiveProject class, and can be accessed by scripting the following statement:

.ActiveProject.SetCustomAttribute("state\\auto-fillet-string-switch",true);