Open Rails

SettingsBase.SetValue Method

[This is preliminary documentation and subject to change.]

set the current value of a setting

protected abstract void SetValue(
   string name,
   object value
);

Parameters

name
The name of the setting
value
The value of the setting

See Also

SettingsBase Class | ORTS.Common Namespace