File3dmViewTable
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
Count
Gets the amount of items in the table.
Public Property
Item
Gets the view info at an index. The set method always throws NotSupportedException.
Methods
Name
Description
Public Method
Add
Adds a
Public Method
Clear
Removes all items from the table.
Public Method
Contains
Returns an indication of the presence of a view in the table.
Public Method
CopyTo
Copies the content of the table to an array.
Public Method
Delete(Int32)
Removes an item.
Public Method
Delete(ViewInfo)
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
FindName
Finds a ViewInfo given its name.
Public Method
GetEnumerator
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
IndexOf
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.)