RhinoCommon API
DialogsShowNumberBox Method (String, String, Double) |
Displays Rhino's number edit box.
Namespace: Rhino.UI
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0

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
The dialog title. - message
- Type: SystemString
The dialog message. - number
- Type: SystemDouble
The default and return value.
Return Value
Type: Booleantrue of OK was clicked, false otherwise.
