ObjectPropertiesPage.ShouldDisplay Method (ObjectPropertiesPageEventArgs)

ObjectPropertiesPageShouldDisplay Method (ObjectPropertiesPageEventArgs)

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)
Syntax
public virtual bool ShouldDisplay(
	ObjectPropertiesPageEventArgs e
)
Public Overridable Function ShouldDisplay ( 
	e As ObjectPropertiesPageEventArgs
) As Boolean

Parameters

e
Type: Rhino.UIObjectPropertiesPageEventArgs

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

Return Value

Type: Boolean

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

Version Information

Rhino for Windows

Supported in: 6.8
See Also