RenderContentContentInstanceBrowserButtons Enumeration |
Specifies optional buttons for ShowContentInstanceBrowser().
Namespace:
Rhino.Render
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic enum ContentInstanceBrowserButtons
Public Enumeration ContentInstanceBrowserButtons
Members
| Member name | Value | Description |
---|
| None | 0 | No optional buttons. |
| NewButton | 1 | Include New button. |
| EditButton | 2 | Include Edit button. |
See Also