RhinoCommon API
PersistentSettingsTryGetByte Method (String, Byte) |
[Missing <summary> documentation for "M:Rhino.PersistentSettings.TryGetByte(System.String,System.Byte@)"]
Namespace: Rhino
Assembly: RhinoCommon (in RhinoCommon.dll)
public bool TryGetByte( string key, out byte value )
Public Function TryGetByte ( key As String, <OutAttribute> ByRef value As Byte ) As Boolean
Parameters
- key
- Type: SystemString
[Missing <param name="key"/> documentation for "M:Rhino.PersistentSettings.TryGetByte(System.String,System.Byte@)"]
- value
- Type: SystemByte
[Missing <param name="value"/> documentation for "M:Rhino.PersistentSettings.TryGetByte(System.String,System.Byte@)"]
Return Value
Type: Boolean[Missing <returns> documentation for "M:Rhino.PersistentSettings.TryGetByte(System.String,System.Byte@)"]