OOF2: The Manual

Name

OOF.ActiveArea.Rename — Rename the stored active area.

Synopsis

OOF.ActiveArea.Rename(microstructure,oldname,newname)

Details

  • Parent Menu: OOF.ActiveArea
  • Callback: function _rename in module ooflib.common.IO.activeareamodmenu
  • Parameters:

    microstructure
    Type: The path to an existing Microstructure object.
    oldname
    The name of a stored active area. Type: A character string.
    newname
    A new name for the active area. Type: A character string.

Description

Assign a new name to a stored active area.