Description:

Creates a detail view object that is displayed on this page and adds it to the document.

Syntax:
public DetailViewObject AddDetailView(
string title,
Point2d corner0,
Point2d corner1,
DefinedViewportProjection initialProjection
)
Parameters:
  • title
  • Type: string
  • The detail view title.
Returns:
Newly created detail view on success, None on error.
Available since:
5.0

AddDetailView method

Class:  Rhino.Display.RhinoPageView

Nothing found