RhinoDoc.RuntimeData Property

RhinoDocRuntimeData Property

Collection of document runtime data. This is a good place to put non-serializable, per document data, such as panel view models. Note well: This data will be dispose with the document and does not get serailzed.

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public RuntimeDocumentDataTable RuntimeData { get; }
Public ReadOnly Property RuntimeData As RuntimeDocumentDataTable
	Get

Property Value

Type: RuntimeDocumentDataTable
The runtime document data table.
Version Information

Rhino for Windows

Supported in: 6.14
See Also