RhinoCommon API
File3dmViewTable Class |
Provides access to views in the 3dm file.
Namespace: Rhino.FileIO
Assembly: RhinoCommon (in RhinoCommon.dll)
The File3dmViewTable type exposes the following members.
| Name | Description | |
|---|---|---|
| Count |
Gets the amount of items in the table.
| |
| Item |
Gets the view info at an index. The set method always throws NotSupportedException.
|
| Name | Description | |
|---|---|---|
| Add |
Adds a
| |
| Clear |
Removes all items from the table.
| |
| Contains |
Returns an indication of the presence of a view in the table.
| |
| CopyTo |
Copies the content of teh table to an array.
| |
| Delete(Int32) |
Removes an item.
| |
| Delete(ViewInfo) |
Deletes an item.
| |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| FindName |
Finds a ViewInfo given its name.
| |
| GetEnumerator |
Returns an enumerator that yields all views in the table.
| |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| IndexOf |
Returns the index of the current ViewInfo.
| |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |