IPromptDoubleOptions Class
Overview
The IPromptDoubleOptions interface specifies options for inputting double values when users execute commands.
Inheritance Hierarchy
- IDispatch
- IPromptOptions
- IPromptDoubleOptions
- IPromptOptions
Namespace: Beaver
Properties
| Name | Description |
|---|---|
UseDefaultValue |
Indicate whether to use the default value when the user does not provide an double value. |
DefaultValue |
The default double value. |
UpperLimit |
Indicate an upper limit value to be tolerated for input. |
LowerLimit |
Indicate a lower limit value to be tolerated for input. |
Methods
| Name | Description |
|---|
