Command.Settings Property

CommandSettings Property

Gets the settings of the command.

Namespace:  Rhino.Commands
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public PersistentSettings Settings { get; }
Public ReadOnly Property Settings As PersistentSettings
	Get

Property Value

Type: PersistentSettings
See Also