RhinoPageViewActiveViewport Property |
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.
Namespace:
Rhino.Display
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic override RhinoViewport ActiveViewport { get; }Public Overrides ReadOnly Property ActiveViewport As RhinoViewport
Get
Property Value
Type:
RhinoViewport
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also