PlugIn.ObjectPropertiesPages Method

PlugInObjectPropertiesPages Method

Override this function is you want to extend the object properties dialog

Namespace:  Rhino.PlugIns
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
protected virtual void ObjectPropertiesPages(
	List<ObjectPropertiesPage> pages
)
Protected Overridable Sub ObjectPropertiesPages ( 
	pages As List(Of ObjectPropertiesPage)
)

Parameters

pages
Type: System.Collections.GenericListObjectPropertiesPage

[Missing <param name="pages"/> documentation for "M:Rhino.PlugIns.PlugIn.ObjectPropertiesPages(System.Collections.Generic.List{Rhino.UI.ObjectPropertiesPage})"]

Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also