Click or drag to resize

HostUtilsRemoveNamedCallback Method

Remove a named callback from the dictionary of callbacks

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.18
Syntax
public static void RemoveNamedCallback(
	string name
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:Rhino.Runtime.HostUtils.RemoveNamedCallback(System.String)"]

See Also