PersistentSettings.Keys Property

PersistentSettingsKeys Property

Gets a collection containing the keys in the settings dictionary.

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public ICollection<string> Keys { get; }
Public ReadOnly Property Keys As ICollection(Of String)
	Get

Property Value

Type: ICollectionString
Version Information

Rhino for Windows

Supported in: 6.14
See Also