Click or drag to resize

ObjectTableAddRhinoObject Method (CustomCurveObject, HistoryRecord)

[Missing <summary> documentation for "M:Rhino.DocObjects.Tables.ObjectTable.AddRhinoObject(Rhino.DocObjects.Custom.CustomCurveObject,Rhino.DocObjects.HistoryRecord)"]

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.1
Syntax
public void AddRhinoObject(
	CustomCurveObject curveObject,
	HistoryRecord history
)

Parameters

curveObject
Type: Rhino.DocObjects.CustomCustomCurveObject

[Missing <param name="curveObject"/> documentation for "M:Rhino.DocObjects.Tables.ObjectTable.AddRhinoObject(Rhino.DocObjects.Custom.CustomCurveObject,Rhino.DocObjects.HistoryRecord)"]

history
Type: Rhino.DocObjectsHistoryRecord

[Missing <param name="history"/> documentation for "M:Rhino.DocObjects.Tables.ObjectTable.AddRhinoObject(Rhino.DocObjects.Custom.CustomCurveObject,Rhino.DocObjects.HistoryRecord)"]

See Also