File3dmPlugInDataTable Class

File3dmPlugInDataTable Class

Table of custom data provided by plug-ins
Inheritance Hierarchy
SystemObject
  Rhino.FileIOFile3dmPlugInDataTable

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public class File3dmPlugInDataTable : IEnumerable<File3dmPlugInData>, 
	IEnumerable
Public Class File3dmPlugInDataTable
	Implements IEnumerable(Of File3dmPlugInData), IEnumerable

The File3dmPlugInDataTable type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of File3dmPlugInData in this table.
Public propertyItem
Gets the File3dmPlugInData at the given index. The index must be valid or an IndexOutOfRangeException will be thrown.
Top
Methods
  NameDescription
Public methodClear
Remove all entries from this table
Public methodDump
Prepares a text dump of table.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Gets the enumerator that visits any File3dmPlugInData in this table.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also