RhinoObjectOnAddToDocument Method |
Rhino 5 for Windows
This call informs an object it is about to be added to the list of
active objects in the document.
Namespace: Rhino.DocObjectsAssembly: RhinoCommon (in RhinoCommon.dll) Version: 5.1.30000.17 (5.13.60913.21340)
Syntaxprotected virtual void OnAddToDocument(
RhinoDoc doc
)
Protected Overridable Sub OnAddToDocument (
doc As RhinoDoc
)
Parameters
- doc
- Type: RhinoRhinoDoc
[Missing <param name="doc"/> documentation for "M:Rhino.DocObjects.RhinoObject.OnAddToDocument(Rhino.RhinoDoc)"]
See Also