Click or drag to resize

RenderContentOpenInEditor Method

Call this method to open the content in the relevant thumbnail editor and select it for editing by the user. The content must be in the document or the call will fail.

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.7
Syntax
public bool OpenInEditor()

Return Value

Type: Boolean
Returns true on success or false on error.
See Also