Click or drag to resize

IRhinoUiDialogServiceShowNumberBox Method

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

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
bool ShowNumberBox(
	string title,
	string message,
	ref double number,
	double minimum,
	double maximum
)

Parameters

title
Type: SystemString

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

message
Type: SystemString

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

number
Type: SystemDouble

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

minimum
Type: SystemDouble

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

maximum
Type: SystemDouble

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

Return Value

Type: Boolean

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

See Also