Changing property values

You can change the value for a property.

Procedure

To change the values of properties:

  1. Choose File > Project Properties to set properties at the project level.

    or

    To set properties at the component level, right-click the component whose property you want to change, choose Features > Properties, and then select the Properties tab.
  2. If wanted, select a different group of properties using the View list.
  3. Locate the appropriate property under the subject and metaclass.

    For example, to change the class code editor for your model, expand the General node in the list of subjects, then expand the Model metaclass to locate the ClassCodeEditor property.
  4. Select the new value for the property in the right column (for example, to change the value of the ClassCodeEditor property from Internal to CommandLine).

    The overridden property is displayed in purple.
  5. Click OK.

Feedback