IPromptPoint2dOptions Class
Overview
The IPromptPoint2dOptions interface specifies options for inputting 2d-point value when users execute commands.
Inheritance Hierarchy
- IDispatch
- IPromptOptions
- IPromptPoint2dOptions
- IPromptOptions
Namespace: Beaver
Properties
| Name | Description |
|---|---|
UseDefaultValue |
Indicate whether to use the default value when the user does not provide an 2d-point value. |
DefaultValue |
The default 2d-point value. |
UseBasePoint |
Indicate whether to use the base point when the user input point. |
BasePoint |
The base 2d-point value. |
Methods
| Name | Description |
|---|
