HistoryRecord Constructor

HistoryRecord Constructor

Initializes a new instance of the HistoryRecord class

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public HistoryRecord(
	Command command,
	int version
)
Public Sub New ( 
	command As Command,
	version As Integer
)

Parameters

command
Type: Rhino.CommandsCommand

[Missing <param name="command"/> documentation for "M:Rhino.DocObjects.HistoryRecord.#ctor(Rhino.Commands.Command,System.Int32)"]

version
Type: SystemInt32

[Missing <param name="version"/> documentation for "M:Rhino.DocObjects.HistoryRecord.#ctor(Rhino.Commands.Command,System.Int32)"]

Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also