PREFERENCES.
More...
PREFERENCES.
XSI Preferences wraper.
def gear.xsi.XSIPreferences.__init__ |
( |
|
self | ) |
|
def gear.xsi.XSIPreferences.listCategories |
( |
|
self | ) |
|
List all the categories of preference.
- Parameters
-
def gear.xsi.XSIPreferences.listParameters |
( |
|
self, |
|
|
|
category |
|
) |
| |
List all the parameter of given category.
- Parameters
-
self | |
category | String - category to list. |
def gear.xsi.XSIPreferences.listUserPref |
( |
|
self | ) |
|
List user preferences.
- Parameters
-
def gear.xsi.XSIPreferences.setPrefValue |
( |
|
self, |
|
|
|
category, |
|
|
|
parameter, |
|
|
|
value |
|
) |
| |
Set the preference value and return the original value.
- Parameters
-
self | |
category | String - category of preference. |
parameter | String - parameter of category. |
value | Variant - new value of the parameter. |
- Returns
- Variant - The original value of the parameter.
The documentation for this class was generated from the following file:
- C:/datawork/__TECH__/GITHUB_REPOS/GEAR_mc/pythonlibs/gear/xsi/__init__.py