RhinoCommon API
ObjectPropertiesPageShouldDisplay Method (RhinoObject) |
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)
public virtual bool ShouldDisplay( RhinoObject rhObj )
Public Overridable Function ShouldDisplay ( rhObj As RhinoObject ) As Boolean
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)"]