JavaScript Application Programming Interface (API) for AutoCAD
ContentsIndexHome
PreviousUpNext
Acad.PromptCornerOptions Function

Autodesk.AutoCAD.js

JavaScript
function Acad.PromptCornerOptions(messageAndKeywords,basePoint);
Parameters 
Description 
messageAndKeywords 
is the prompt message along with keywords. 
basePoint 
is the input basePoint. 

This class represents optional parameters for a corner prompt. This function is derived from Acad.PromptEditorOptions.

Links
Properties
Name 
Type 
Description 
Condition 
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 
limitsChecked 
Boolean 
Gets or sets whether or not limits checks are carried out on the input value. 
Read-write 
basePoint 
Boolean 
Gets or sets the base point to be used by the prompt. 
Read-write 
Copyright (c) 2016. All rights reserved.
What do you think about this topic? Send feedback!