Dialogs.ShowNumberBox Method (String, String, Double)

DialogsShowNumberBox Method (String, String, Double)

[Missing <summary> documentation for "M:Rhino.UI.Dialogs.ShowNumberBox(System.String,System.String,System.Double@)"]

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static bool ShowNumberBox(
	string title,
	string message,
	ref double number
)
Public Shared Function ShowNumberBox ( 
	title As String,
	message As String,
	ByRef number As Double
) As Boolean

Parameters

title
Type: SystemString

[Missing <param name="title"/> documentation for "M:Rhino.UI.Dialogs.ShowNumberBox(System.String,System.String,System.Double@)"]

message
Type: SystemString

[Missing <param name="message"/> documentation for "M:Rhino.UI.Dialogs.ShowNumberBox(System.String,System.String,System.Double@)"]

number
Type: SystemDouble

[Missing <param name="number"/> documentation for "M:Rhino.UI.Dialogs.ShowNumberBox(System.String,System.String,System.Double@)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Rhino.UI.Dialogs.ShowNumberBox(System.String,System.String,System.Double@)"]

Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also