M_Rhino_RhinoApp_SendKeystrokes - mcneel/rhinocommon-api-docs GitHub Wiki

RhinoApp.SendKeystrokes Method

Sends a string of printable characters, including spaces, to Rhino's command line.

Namespace: Rhino
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public static void SendKeystrokes(
	string characters,
	bool appendReturn
)

VB

Public Shared Sub SendKeystrokes ( 
	characters As String,
	appendReturn As Boolean
)

Parameters

 

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.

Version Information

Supported in: 5D58w

See Also

Reference

RhinoApp Class
Rhino Namespace

⚠️ **GitHub.com Fallback** ⚠️