Click or drag to resize

RhinoObjectOnAddToDocument Method

This call informs an object it is about to be added to the list of active objects in the document.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
protected virtual void OnAddToDocument(
	RhinoDoc doc
)

Parameters

doc
Type: RhinoRhinoDoc

[Missing <param name="doc"/> documentation for "M:Rhino.DocObjects.RhinoObject.OnAddToDocument(Rhino.RhinoDoc)"]

See Also