ObjectPropertiesPageEventArgs Class |
[Missing <summary> documentation for "T:Rhino.UI.ObjectPropertiesPageEventArgs"]
Namespace: Rhino.UI
The ObjectPropertiesPageEventArgs type exposes the following members.
Name | Description | |
---|---|---|
ObjectPropertiesPageEventArgs |
Used by ObjectPropertiesPage to notify the page when
updating, modifying or determining if the page should be included
in the navigation bar
|
Name | Description | |
---|---|---|
DocRuntimeSerialNumber |
Document containing the objects and views
| |
Document |
Document containing the objects and views
| |
EventRuntimeSerialNumber |
Gets the runtime serial number.
| |
ObjectCount | ||
Objects |
Return a list of Rhino objects to be processed by this object properties page
| |
ObjectTypes | ||
Page |
The page sending these arguments
| |
View |
Active view
| |
Viewport |
Active viewport
|
Name | Description | |
---|---|---|
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.) | |
GetObjects(ObjectType) |
Get selected objects that match a given filter
| |
GetObjectsT |
Get selected objects of a given type
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IncludesObjectsType(ObjectType) | ||
IncludesObjectsType(ObjectType, Boolean) | ||
IncludesObjectsTypeT |
Return true if any of the selected objects match the given type
| |
IncludesObjectsTypeT(Boolean) |
Return true if any of the selected objects match the given type
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |