Represents a simple object table for a file that is open externally.
Namespace: Rhino.FileIOThis class mimics Rhino.DocObjects.Tables.ObjectTable while providing external eccess to the file.
Assembly: RhinoCommon (in RhinoCommon.dll) Version: 5.1.30000.5 (5.0.20693.0)
Syntax
| C# |
|---|
public class File3dmObjectTable : IEnumerable<File3dmObject>, IEnumerable, IRhinoTable<File3dmObject> |
| Visual Basic |
|---|
Public Class File3dmObjectTable _ Implements IEnumerable(Of File3dmObject), IEnumerable, _ IRhinoTable(Of File3dmObject) |