RhinoPageView Properties |
The RhinoPageView type exposes the following members.
Name | Description | |
---|---|---|
![]() | ActiveDetail |
Returns the active detail object.
If no detail is active, or if the page is active, then null is returned.
|
![]() | ActiveDetailId |
Returns the id of the active detail.
If no detail is active, or if the page is active, then Guid.Empty is returned.
|
![]() | ActiveViewport |
Gets the active viewport.
The ActiveViewport is the same as the MainViewport for standard RhinoViews. In
a RhinoPageView, the active viewport may be the RhinoViewport of a child detail object.
Most of the time, you will use ActiveViewport unless you explicitly need to work with
the main viewport.
(Overrides RhinoViewActiveViewport.) |
![]() | ActiveViewportID |
Returns viewport ID for the active viewport. Faster than ActiveViewport function when
working with page views.
(Inherited from RhinoView.) |
![]() | Bounds |
Gets the size and location of the view including its non-client elements, in pixels, relative to the parent control.
(Inherited from RhinoView.) |
![]() | ClientRectangle |
Gets the rectangle that represents the client area of the view.
(Inherited from RhinoView.) |
![]() | DisplayPipeline |
Gets the display pipeline used for this view.
(Inherited from RhinoView.) |
![]() | Document | (Inherited from RhinoView.) |
![]() | Floating |
Floating state of RhinoView.
if true, then the view will be in a floating frame window. Otherwise
the view will be embedded in the main frame.
(Inherited from RhinoView.) |
![]() | Handle |
Gets the window handle that this view is bound to.
(Inherited from RhinoView.) |
![]() | InDynamicViewChange |
true if the view is being dynamically changed by mouse moves, arrow keys, trackballs, etc.
(Inherited from RhinoView.) |
![]() | MainViewport |
A RhinoView contains a "main viewport" that fills the entire view client window.
RhinoPageViews may also contain nested child RhinoViewports for implementing
detail viewports.
The MainViewport will always return this RhinoView's m_vp.
(Inherited from RhinoView.) |
![]() | Maximized | (Inherited from RhinoView.) |
![]() ![]() | PageHeight |
Height of the page in the document's PageUnitSystem
|
![]() ![]() | PageIsActive |
Returns true if the page is active, rather than any detail view.
This occurs when the MainViewport.Id == ActiveViewportID.
|
![]() ![]() | PageName | Same as the MainViewport.Name. |
![]() | PageNumber |
Gets or sets the runtime page number and updates the page number for all
of the other pages. The first page has a value of 0.
|
![]() ![]() | PageWidth |
Width of the page in the document's PageUnitSystem
|
![]() | PaperName |
Returns the name of the layout's media, or paper (e.g. Letter, Legal, A1, etc.),
used to determine the page width and page height.
|
![]() | PrinterName |
Returns the name of the layout's destination printer.
|
![]() | RealtimeDisplayMode |
Gets the RealtimeDisplayMode active for this view. null if the view doesn't have a RealtimeDisplayMode set.
(Inherited from RhinoView.) |
![]() | RuntimeSerialNumber | (Inherited from RhinoView.) |
![]() | ScreenRectangle |
Gets the rectangle that represents the client area of the view in screen coordinates.
(Inherited from RhinoView.) |
![]() | Size |
Gets or sets the size of the view
(Inherited from RhinoView.) |
![]() | TitleVisible |
Visibility of the viewport title window.
(Inherited from RhinoView.) |