Click or drag to resize

CommandStyleAttribute Constructor

Initializes a new command style attribute class.

Namespace:  Rhino.Commands
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public CommandStyleAttribute(
	Style styles
)

Parameters

styles
Type: Rhino.CommandsStyle
Set of values combined using a bitwise OR operation to get the desired combination of command styles.
See Also