RhinoPageView.ActiveViewport Property

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)
Syntax
public override RhinoViewport ActiveViewport { get; }
Public Overrides ReadOnly Property ActiveViewport As RhinoViewport
	Get

Property Value

Type: RhinoViewport
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also