Go to: Synopsis. Return value. Flags. MEL examples.
constructionHistory [-toggle boolean]
constructionHistory is undoable, queryable, and NOT editable.
This command turns construction history on or off.None
In query mode, return type is based on queried flag.
| Long name (short name) | Argument types | Properties | ||
|---|---|---|---|---|
-toggle(-tgl)
|
boolean
|
|
||
|
||||
constructionHistory -tgl on; constructionHistory -tgl off; constructionHistory -q -tgl; // Returns true if construction history is on. // Returns false if construction history is off.