GetPreferenceValue (Preferences)
Description
Returns the specified preference value.
Scripting Syntax
Preferences.GetPreferenceValue( PreferenceName )
C# Syntax
Object Preferences.GetPreferenceValue( String in_bstrPrefName );
Parameters
|
Parameter |
Type |
Description |
|
PreferenceName |
The name of the preference to get. The category must be specified also in this format: (category.preference) |
Return Value
Examples
VBScript Example
Logmessage Application.Preferences.GetPreferenceValue ("scripting.language")
SOFTIMAGE|XSI v6.01