Click or drag to resize

ViewTableGetViewList Method (Boolean, Boolean)

Note: This API is now obsolete.

Gets an array of all the views.

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

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