ViewTable.GetViewList Method

ViewTableGetViewList Method

Gets an array of all the views.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public RhinoView[] GetViewList(
	bool includeStandardViews,
	bool includePageViews
)
Public Function GetViewList ( 
	includeStandardViews As Boolean,
	includePageViews As Boolean
) As RhinoView()

Parameters

includeStandardViews
Type: SystemBoolean
true if "Right", "Perspective", etc., view should be included; false otherwise.
includePageViews
Type: SystemBoolean
true if page-related views should be included; false otherwise.

Return Value

Type: RhinoView
A array of Rhino views. This array can be empty, but not null.
See Also