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
|
|||
|
Flag can appear in Create mode of command | Flag can appear in Edit mode of command |
Flag can appear in Query mode of command | Flag can be used more than once in a command. |
constructionHistory -tgl on; constructionHistory -tgl off; constructionHistory -q -tgl; // Returns true if construction history is on. // Returns false if construction history is off.