File3dm.Objects Property

File3dmObjects Property

Gets access to the File3dmObjectTable class associated with this file, which contains all objects.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public File3dmObjectTable Objects { get; }
Public ReadOnly Property Objects As File3dmObjectTable
	Get

Property Value

Type: File3dmObjectTable
See Also