RhinoCommon API
File3dmPlugInDataTable Class |
Table of custom data provided by plug-ins
Namespace: Rhino.FileIO
Assembly: RhinoCommon (in RhinoCommon.dll)
The File3dmPlugInDataTable type exposes the following members.
| Name | Description | |
|---|---|---|
| Count |
Gets the number of File3dmPlugInData in this table.
| |
| Item |
Gets the File3dmPlugInData at the given index.
The index must be valid or an IndexOutOfRangeException will be thrown.
|
| Name | Description | |
|---|---|---|
| Clear |
Remove all entries from this table
| |
| Dump | Prepares a text dump of table. | |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetEnumerator |
Gets the enumerator that visits any File3dmPlugInData in this table.
| |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |