Skip to content

File3dmViewTable

Public Class

Provides access to views in the 3dm file.

Inheritance Hierarchy

System.Object
Rhino.FileIO.File3dmViewTable

Namespace: Rhino.FileIO

Assembly: RhinoCommon (in RhinoCommon.dll)

Syntax

public class File3dmViewTable : IList<ViewInfo>,
ICollection<ViewInfo>, IEnumerable<ViewInfo>, IEnumerable

The File3dmViewTable type exposes the following members.

Properties

Name

Description


Public Property

Gets the amount of items in the table.


Public Property

Gets the view info at an index. The set method always throws NotSupportedException.


Methods

Name

Description


Public Method

Adds a


Public Method

Removes all items from the table.


Public Method

Returns an indication of the presence of a view in the table.


Public Method

Copies the content of the table to an array.


Public Method

Removes an item.


Public Method

Deletes an item.


Public Method

Equals

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

(Inherited from Object.)


Protected Method

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.

(Inherited from Object.)


Public Method

Finds a ViewInfo given its name.


Public Method

Returns an enumerator that yields all views in the table.


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

Returns the index of the current ViewInfo.


Protected Method

MemberwiseClone

Creates a shallow copy of the current Object.

(Inherited from Object.)


Public Method

ToString

Returns a string that represents the current object.

(Inherited from Object.)