Skip to content

NamedViewTable

Public Class

All named views in a rhino document.

Inheritance Hierarchy

System.Object
Rhino.DocObjects.Tables.NamedViewTable

Namespace: Rhino.DocObjects.Tables

Assembly: RhinoCommon (in RhinoCommon.dll)

Syntax

public sealed class NamedViewTable : IEnumerable<ViewInfo>,
IEnumerable

The NamedViewTable type exposes the following members.

Properties

Name

Description


Public Property

Number of named views in the table.


Public Property

Document that owns this table.


Public Property

Conceptually, the named view table is an array of ViewInfo and their associated names. The indexing operator ([] in C#) can be used to get individual ViewInfo items.


Public Property

Returns the current selection in the Named Views panel. If more than one such panel is open, it will return the selection in the most recently opened panel.


Methods

Name

Description


Public Method

Public Method
Code Example

Adds named view to document which is based on an existing viewport.


Public Method

Remove named view from the document.


Public Method

Remove named view from the document.


Public Method

Equals

Determines whether the specified object is equal to the current object.

(Inherited from Object.)


Public Method

Finds a named view.


Public Method

Public Method

GetHashCode

Serves as the default hash function.

(Inherited from Object.)


Public Method

GetType

Gets the Type of the current instance.

(Inherited from Object.)


Public Method

Renames a named view.


Public Method

Renames a named view.


Public Method

Sets the MainViewport of a standard RhinoView to a named views settings


Public Method

Obsolete.


Public Method

Obsolete.


Public Method

Obsolete.


Public Method

Obsolete.


Public Method

Obsolete.


Public Method

Obsolete.


Public Method

Public Method

Public Method

Public Method

ToString

Returns a string that represents the current object.

(Inherited from Object.)