Notification.MetadataCopy Property

NotificationMetadataCopy Property

A copy of all the metadata for this class.

Namespace:  Rhino.Runtime.Notifications
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public IDictionary<string, string> MetadataCopy { get; }
Public ReadOnly Property MetadataCopy As IDictionary(Of String, String)
	Get

Property Value

Type: IDictionaryString, String
Remarks
Modifying the returned dictionary will have no effect on the metadata for this notification.
Version Information

Rhino for Windows

Supported in: 6.14
See Also