Go to: Synopsis. Return value. Flags. MEL examples.

Synopsis

constructionHistory [-toggle boolean]

constructionHistory is undoable, queryable, and NOT editable.

This command turns construction history on or off.

Return value

None

In query mode, return type is based on queried flag.

Flags

toggle
Long name (short name) Argument types Properties
-toggle(-tgl) boolean createquery
Turns construction history on or off.

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.

MEL examples

constructionHistory -tgl on;
constructionHistory -tgl off;
constructionHistory -q -tgl;
// Returns true if construction history is on.
// Returns false if construction history is off.