ObjRef Constructor (RhinoObject) |
Initializes a new object reference from a Rhino object.
Namespace:
Rhino.DocObjects
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic ObjRef(
RhinoObject rhinoObject
)
Public Sub New (
rhinoObject As RhinoObject
)
Parameters
- rhinoObject
- Type: Rhino.DocObjectsRhinoObject
The Rhino object.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also