Description:

Constructs a new Rhino view and, at the same time, adds it to the list.

Syntax:
public RhinoView Add(
string title,
DefinedViewportProjection projection,
Rectangle position,
bool floating
)
Parameters:
  • title
  • Type: string
  • The title of the new Rhino view.
  • position
  • Type: System.Drawing.Rectangle
  • A position.
  • floating
  • Type: bool
  • True if the view floats; False if it is docked.
Returns:
Type: RhinoView
The newly constructed Rhino view; or None on error.
Available since:
5.0

Nothing found