RhinoAppPostEnterEvent Method |
Post an enter event to the command line
Namespace:
Rhino
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 8.0
Syntax public static void PostEnterEvent(
uint runtimeDocSerialNumber,
bool bRepeatedEnter
)
Public Shared Sub PostEnterEvent (
runtimeDocSerialNumber As UInteger,
bRepeatedEnter As Boolean
)
Parameters
- runtimeDocSerialNumber
- Type: SystemUInt32
Unique serialNumber for the document to post the event to. - bRepeatedEnter
- Type: SystemBoolean
if true, allow multiple enter events to be posted simultaneouslyt.
See Also