Package: ModelAdvisor
Superclasses:
Set Model Advisor window preferences by specifying which folders and tabs to display
Use instances of this class to set Model Advisor preferences.
The constructor ModelAdvisor.Preferences
creates
an instance of this class with default property values.
Create an instance modelPreferences
of the ModelAdvisor.Preferences
class.
modelPreferences = ModelAdvisor.Preferences;
This example shows how to not display the By Product folder in the Model Advisor window:
mp = ModelAdvisor.Preferences; mp.load; mp.ShowByProduct = false; mp.save
You can set the Model Advisor preferences by using the Model Advisor Preferences dialog box:
On the Model Advisor menu, select Settings > Preferences.
From the Model Editor, from the Modeling tab, select Model Advisor > Preferences.