Notification.RemoveMetadata Method

NotificationRemoveMetadata Method

Removes metadata from this instance.

Namespace:  Rhino.Runtime.Notifications
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool RemoveMetadata(
	string key
)
Public Function RemoveMetadata ( 
	key As String
) As Boolean

Parameters

key
Type: SystemString
The key of the metadata to remove.

Return Value

Type: Boolean
true if the metada was removed; otherwise false.
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown if the calling assembly cannot modify this instance
Version Information

Rhino for Windows

Supported in: 6.14
See Also