Click or drag to resize

RenderContentOnGetDefaultsInteractive Method

Override this method to prompt user for information necessary to create a new content object. For example, if you are created a textured material you may prompt the user for a bitmap file name prior to creating the textured material.

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
protected virtual bool OnGetDefaultsInteractive()

Return Value

Type: Boolean
If true is returned the content is created otherwise the creation is aborted.
See Also