File3dm.Manifest Property

File3dmManifest Property

Retrieves the manifest with all object descriptions in this file.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public ManifestTable Manifest { get; }
Public ReadOnly Property Manifest As ManifestTable
	Get

Property Value

Type: ManifestTable
See Also