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)
Syntaxpublic RuntimeDocumentDataTable RuntimeData { get; }Public ReadOnly Property RuntimeData As RuntimeDocumentDataTable
Get
Property Value
Type:
RuntimeDocumentDataTableThe runtime document data table.
Version InformationRhino for Windows
Supported in: 6.8
See Also