Description:
Displays Rhino's number edit box.
Syntax:
public static Boolean ShowNumberBox(
String title,
String message,
ref Double number,
Double minimum,
Double maximum
)
String title,
String message,
ref Double number,
Double minimum,
Double maximum
)
Parameters:
- title
- Type: System.String
- The dialog title.
- message
- Type: System.String
- The dialog message.
- number
- Type: System.Double
- The default and return value.
- minimum
- Type: System.Double
- The minimum allowable value.
- maximum
- Type: System.Double
- The maximum allowable value.
Returns:
Type: Boolean
True of OK was clicked, False otherwise.
Available since:
5.0
Description:
Displays Rhino's number edit box.
Syntax:
public static Boolean ShowNumberBox(
String title,
String message,
ref Double number
)
String title,
String message,
ref Double number
)
Parameters:
- title
- Type: System.String
- The dialog title.
- message
- Type: System.String
- The dialog message.
- number
- Type: System.Double
- The default and return value.
Returns:
Type: Boolean
True of OK was clicked, False otherwise.
Available since:
5.0