|
JavaScript Application Programming Interface (API) for AutoCAD
|
Autodesk.AutoCAD.js
function Acad.PromptPointResult(retCode,stringResult,point);
|
Parameters |
Description |
|
retCode |
The status result of the prompt operation. |
|
stringResult |
The optional string result of the prompt operation. |
|
point |
The point that the user entered. |
This class holds the result of a prompt that returns a point as its primary result. This function is derived from Acad.PromptResults.
|
Name |
Type |
Description |
Condition |
|
value |
Gets the point that the user entered. |
Read-only |
|
Copyright (c) 2012. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|