RenderPlugIn.RenderOptionsDialogPage Method

RenderPlugInRenderOptionsDialogPage Method

Override this method to replace the render properties page in the Rhino document properties dialog. The default implementation returns null which means just use the the default Rhino page.

Namespace:  Rhino.PlugIns
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
protected virtual OptionsDialogPage RenderOptionsDialogPage(
	RhinoDoc doc
)
Protected Overridable Function RenderOptionsDialogPage ( 
	doc As RhinoDoc
) As OptionsDialogPage

Parameters

doc
Type: RhinoRhinoDoc
The document properties to edit.

Return Value

Type: OptionsDialogPage
Return null to use the default Rhino page or return a page derived from OptionsDialogPage to replace the default page.
Version Information

Rhino for Windows

Supported in: 6.8
See Also