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

Autodesk.AutoCAD.js

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

This class represents optional parameters for a prompt for string.

Links
Properties
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 
allowSpaces 
Boolean 
Gets or sets whether the prompt should allow spaces. 
Read-write 
defaultValue 
String 
The default value to be used when the you press enter without any other input. 
Read-write 
Copyright (c) 2016. All rights reserved.
What do you think about this topic? Send feedback!