Click or drag to resize

TransformObjectListAdd Method (RhinoObject)

Add a RhinoObject to this list

Namespace:  Rhino.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.10
Syntax
public void Add(
	RhinoObject rhinoObject
)

Parameters

rhinoObject
Type: Rhino.DocObjectsRhinoObject

[Missing <param name="rhinoObject"/> documentation for "M:Rhino.Collections.TransformObjectList.Add(Rhino.DocObjects.RhinoObject)"]

See Also