HistoryRecord.SetTransorm Method

HistoryRecordSetTransorm Method

[Missing <summary> documentation for "M:Rhino.DocObjects.HistoryRecord.SetTransorm(System.Int32,Rhino.Geometry.Transform)"]

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool SetTransorm(
	int id,
	Transform value
)
Public Function SetTransorm ( 
	id As Integer,
	value As Transform
) As Boolean

Parameters

id
Type: SystemInt32

[Missing <param name="id"/> documentation for "M:Rhino.DocObjects.HistoryRecord.SetTransorm(System.Int32,Rhino.Geometry.Transform)"]

value
Type: Rhino.GeometryTransform

[Missing <param name="value"/> documentation for "M:Rhino.DocObjects.HistoryRecord.SetTransorm(System.Int32,Rhino.Geometry.Transform)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Rhino.DocObjects.HistoryRecord.SetTransorm(System.Int32,Rhino.Geometry.Transform)"]

Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also