M_Rhino_RhinoApp_SetCommandPrompt_1 - mcneel/rhinocommon-api-docs GitHub Wiki

RhinoApp.SetCommandPrompt Method (String, String)

Sets the command prompt in Rhino.

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

Syntax

C#

public static void SetCommandPrompt(
	string prompt,
	string promptDefault
)

VB

Public Shared Sub SetCommandPrompt ( 
	prompt As String,
	promptDefault As String
)

Parameters

 

prompt
Type: System.String
The new prompt text.
promptDefault
Type: System.String
Text that appears in angle brackets and indicates what will happen if the user pressed ENTER.

Version Information

Supported in: 5D58w

See Also

Reference

RhinoApp Class
SetCommandPrompt Overload
Rhino Namespace

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