Click or drag to resize

ObjectPropertiesPageShouldDisplay Method (RhinoObject)

Note: This API is now obsolete.

Called when the selected objects list changes, return true if the object list contains one or more object the page can modify.

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
[ObsoleteAttribute("ShouldDisplay(RhinoObject rhObj) is obsolete, override ShouldDisplay(ObjectPropertiesPageEventArgs e) instead")]
public virtual bool ShouldDisplay(
	RhinoObject rhObj
)

Parameters

rhObj
Type: Rhino.DocObjectsRhinoObject

[Missing <param name="rhObj"/> documentation for "M:Rhino.UI.ObjectPropertiesPage.ShouldDisplay(Rhino.DocObjects.RhinoObject)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Rhino.UI.ObjectPropertiesPage.ShouldDisplay(Rhino.DocObjects.RhinoObject)"]

See Also