ViewTableGetViewList Method |
Gets an array of all the views.
Namespace:
Rhino.DocObjects.Tables
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic 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:
RhinoViewA array of Rhino views. This array can be emptry, but not null.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also