M_Rhino_RhinoApp_SendKeystrokes - mcneel/rhinocommon-api-docs GitHub Wiki
Sends a string of printable characters, including spaces, to Rhino's command line.
Namespace: Rhino
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public static void SendKeystrokes(
string characters,
bool appendReturn
)
VB
Public Shared Sub SendKeystrokes (
characters As String,
appendReturn As Boolean
)
- characters
- Type: System.String
[in] A string to characters to send to the command line. This can be null. - appendReturn
- Type: System.Boolean
[in] Append a return character to the end of the string.
Supported in: 5D58w