PersistentSettingsTryGetSettingIsReadOnly Method |
Values read from all users settings files will be marked as read-only
which will cause any future calls to Set... to fail.
Namespace:
Rhino
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax public bool TryGetSettingIsReadOnly(
string key,
out bool value
)
Public Function TryGetSettingIsReadOnly (
key As String,
<OutAttribute> ByRef value As Boolean
) As Boolean
Parameters
- key
- Type: SystemString
Key name for which to search.
- value
- Type: SystemBoolean
Value will be true if the setting is read-only otherwise false.
setting.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Rhino.PersistentSettings.TryGetSettingIsReadOnly(System.String,System.Boolean@)"]
See Also