|
JavaScript Application Programming Interface (API) for AutoCAD
|
Autodesk.AutoCAD.js
function Acad.PromptNestedEntityOptions(messageAndKeywords);
|
Parameters |
Description |
|
messageAndKeywords |
is the prompt message along with keywords. |
This class represents optional parameters for a prompt for a nested entity. This function is derived from Acad.PromptEditorOptions.
|
Name |
Type |
Description |
Condition |
|
nonInteractivePickPoint |
Point 3d |
Gets or sets the value for a non-interactive pick point. |
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 |
|
useNonInteractivePickPoint |
Point3d |
Gets or sets whether the prompt should attempt a non-interactive pick. |
Read-write |
|
Copyright (c) 2012. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|