ObjectPropertiesPage Methods |
The ObjectPropertiesPage type exposes the following members.
Name | Description | |
---|---|---|
![]() | AnySelectedObjectT |
Return true if any of the selected objects match the given type
|
![]() | AnySelectedObjectT(Boolean) |
Return true if any of the selected objects match the given type
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetSelectedObjects(ObjectType) |
Get selected objects that match a given filter
|
![]() | GetSelectedObjectsT |
Get selected objects of a given type
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | InitializeControls | Obsolete.
Called on the active page after the selected objects list has changed
to notify the page to initialize its content to reflect the new
object list.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ModifyPage |
Call this method when the page is ready to modify the selected objects
list. Rhino will suspend UpdatePageNotfictaion, call the passed action
then restore UpdatePageNotfictaion.
|
![]() | OnActivate | Called when this page is activated/deactivated. |
![]() | OnCreateParent |
Called when the parent container is initially created.
|
![]() | OnHelp |
Called when the F1 key or help button is pressed, override to display
plug-in specific help for this page.
|
![]() | OnSizeParent |
Called when the parent containers client rectangle size has changed and
the PageControl has been resized.
|
![]() | PageIcon |
Icon to display in the object properties tab control. Will not get called
if PageIconEmbeddedResourceString is overridden and provides a string for a
successfully loaded icon resource.
|
![]() | RunScript(ObjectPropertiesPageEventArgs) |
This method is called when scripting the Rhino Properties command and
choosing this page.
|
![]() | RunScript(RhinoDoc, RhinoObject) | Obsolete.
This method is called when scripting the Rhino Properties command and
choosing this page.
|
![]() | ShouldDisplay(ObjectPropertiesPageEventArgs) |
Called when the selected objects list changes, return true if the
object list contains one or more object the page can modify.
|
![]() | ShouldDisplay(RhinoObject) | Obsolete.
Called when the selected objects list changes, return true if the
object list contains one or more object the page can modify.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | UpdatePage |
Called on the active page after the selected objects list has changed
to notify the page to initialize its content to reflect the new
object list.
|