Arbortext IsoView > Programmer's Reference > Configuration Functions > Iso4SetPreference
  
Iso4SetPreference
Sets the data of a given preference. (See Overview of Preference Identifiers for constant values.)
Introduced with Arbortext IsoView 4.0.
Syntax
Iso4SetPreferenceprefNameprefValue
Parameters:
prefName
Defines the name of the preference item as BSTR. (See Overview of Preference Identifiers.)
prefValue
Defines the new data of the given preference as BSTR.
document.ivx1.Iso4SetPreferences (“default_toolset”, (1+2+4+8));