Description:

Gets an array of all the views.

Syntax:
public RhinoView[] GetViewList(
bool includeStandardViews,
bool includePageViews
)
deprecated in 8.0
Parameters:
  • includeStandardViews
  • Type: bool
  • True if "Right", "Perspective", etc., view should be included; False otherwise.
  • includePageViews
  • Type: bool
  • True if page-related views should be included; False otherwise.
Returns:
A array of Rhino views. This array can be empty, but not null.
Available since:
5.0

Description:

Gets an array of all the views.

Syntax:
public RhinoView[] GetViewList(
ViewTypeFilter filter
)
Parameters:
Returns:
An array of Rhino views. This array can be empty, but not null.
Available since:
8.0

Nothing found