IDialogService.ShowNumberBox Method

IDialogServiceShowNumberBox Method

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

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

Parameters

title
Type: SystemString

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

message
Type: SystemString

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

number
Type: SystemDouble

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

minimum
Type: SystemDouble

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

maximum
Type: SystemDouble

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

Return Value

Type: Boolean

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

Version Information

Rhino for Mac

Supported in: 5.4
See Also