JavaScript Application Programming Interface (API) for AutoCAD
|
Autodesk.AutoCAD.js
function Acad.PromptAngleOptions(messageAndKeywords);
Parameters |
Description |
messageAndKeywords |
is the prompt message along with keywords |
This class represents optional parameters for an angle prompt. This function is derived from Acad.PromptEditorOptions.
Name |
Type |
Description |
Condition |
useDefaultValue |
Boolean |
Gets or sets whether the prompt should use the default value when you press Enter without any other input. The property that allows client code to set the default value is declared by derived classes. |
Read-write |
allowNone |
Boolean |
Gets or sets whether or not the prompt accepts Enter as sole input. True if Enter on its own is allowed, false otherwise. |
Read-write |
allowArbitraryInput |
Boolean |
Gets or sets whether or not the prompts accepts arbitrary input. |
Read-write |
useDashedLine |
Boolean |
Gets or sets whether or not a dashed "rubber band" line is to be drawn between the base point and the cursor's current location while prompting. |
Read-write |
allowZero |
Boolean |
Gets or sets whether the prompt accepts zero value input. True if zero valued input is accepted, false otherwise. |
Read-write |
basePoint |
3D |
Gets or sets whether or not the base point is to be used. |
Read-write |
useBasePoint |
Boolean |
Returns a Boolean indicating whether the base point is to be used or not. |
Read-write |
useAngleBase |
Boolean |
Gets or sets whether the base angle value is used. |
Read-write |
defaultValue |
Number |
The default value to be used when you press enter without any other input. |
Read-write |
Copyright (c) 2016. All rights reserved.
|
What do you think about this topic? Send feedback!
|