Your Ad Here

Go to: Synopsis. Return value. MEL examples.

Synopsis

saveAllShelves parentLayoutName

saveAllShelves is undoable, queryable, and editable.

This command writes all shelves that are immediate children of the specified control layout to the prefs directory.

Return value


True if successful, otherwise issues an error message and returns false.

MEL examples

global string $gShelfTopLevel;
  saveAllShelves $gShelfTopLevel;

  

Return to Autodesk Index


Your Ad Here