Click or drag to resize

RhinoAppPostCancelEvent Method

Post a cancel event to the command line

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.0
Syntax
public static void PostCancelEvent(
	uint runtimeDocSerialNumber
)

Parameters

runtimeDocSerialNumber
Type: SystemUInt32
Unique serialNumber for the document to post the event to.
See Also