Click or drag to resize

RenderContentDocumentOwner Property

If this render content is owned by a document, the document will be returned. This is the same as getting the document the render content is attached to. Otherwise returns null.

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.13
Syntax
public RhinoDoc DocumentOwner { get; }

Property Value

Type: RhinoDoc
See Also