Click or drag to resize

PlugInObjectPropertiesPages Method (ListObjectPropertiesPage)

Note: This API is now obsolete.

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

Namespace:  Rhino.PlugIns
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
[ObsoleteAttribute("Use ObjectPropertiesPages(ObjectPropertiesPageCollection collection) instead")]
protected virtual void ObjectPropertiesPages(
	List<ObjectPropertiesPage> pages
)

Parameters

pages
Type: System.Collections.GenericListObjectPropertiesPage

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

See Also