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

Autodesk.AutoCAD.js

JavaScript
function Acad.PromptKeywordOptions(messageAndKeywords);
Parameters 
Description 
messageAndKeywords 
is the prompt message along with keywords 

This class represents optional parameters for a prompt for a keyword. 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 
Copyright (c) 2016. All rights reserved.
What do you think about this topic? Send feedback!