ViewTable Methods |
The ViewTable type exposes the following members.
Name | Description | |
---|---|---|
Add |
Constructs a new Rhino view and, at the same time, adds it to the list.
| |
AddPageView(String) |
Constructs a new page view with a given title and, at the same time, adds it to the list.
| |
AddPageView(String, Double, Double) |
Constructs a new page view with a given title and size and, at the same time, adds it to the list.
| |
DefaultViewLayout | ||
EnableCameraIcon |
Use to turn camera icon on and off
| |
EnableRedraw |
Enables or disables screen redrawing.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Find(Guid) |
Finds a view in this document with a given main viewport Id.
| |
Find(String, Boolean) |
Finds a view in this document with a main viewport that has a given name. Note that there
may be multiple views in this document that have the same name. This function only returns
the first view found. If you want to find all the views with a given name, use the GetViewList
function and iterate through the views.
| |
FlashObjects |
Cause objects selection state to change momentarily so the object
appears to flash on the screen.
| |
FourViewLayout | ||
GetEnumerator | ||
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetPageViews |
Gets all page views in the document.
| |
GetStandardRhinoViews | ||
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetViewList(ViewTypeFilter) |
Gets an array of all the views.
| |
GetViewList(Boolean, Boolean) | Obsolete. Gets an array of all the views. | |
IsCameraIconVisible | Determine if a camera icon is being shown | |
Redraw | Redraws all views. | |
ThreeViewLayout | ||
ToString | Returns a string that represents the current object. (Inherited from Object.) |