Click or drag to resize

RenderContentDocumentAssoc Property

If this render content is associated with a document in any way, the document will be returned. This includes copies of render contents that were attached to a document when the copy was made. Otherwise returns null.

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public RhinoDoc DocumentAssoc { get; set; }

Property Value

Type: RhinoDoc
See Also