RenderPlugIn.EnableAssignMaterialButton Method

RenderPlugInEnableAssignMaterialButton Method

Called to enable/disable the "Material" button located on the "Material" tab in the Properties and Layer dialog boxes. The default return value is false which will disable the button. If the button is disabled then the OnAssignMaterial function is never called.

Namespace:  Rhino.PlugIns
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public virtual bool EnableAssignMaterialButton()
Public Overridable Function EnableAssignMaterialButton As Boolean

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Rhino.PlugIns.RenderPlugIn.EnableAssignMaterialButton"]

Version Information

Rhino for Windows

Supported in: 6.8
See Also