TransformObjectListAdd Method (RhinoObject) |
Add a RhinoObject to this list
Namespace:
Rhino.Collections
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic void Add(
RhinoObject rhinoObject
)
Public Sub Add (
rhinoObject As RhinoObject
)
Parameters
- rhinoObject
- Type: Rhino.DocObjectsRhinoObject
[Missing <param name="rhinoObject"/> documentation for "M:Rhino.Collections.TransformObjectList.Add(Rhino.DocObjects.RhinoObject)"]
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also