Acad.PromptPointResult Function
File
Autodesk.AutoCAD.js
Syntax
JavaScript
function Acad.PromptPointResult(retCode, stringResult, point);
Group
Parameters
Parameter | 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. |
Returns
PromptPointResult
Description
This class holds the result of a prompt that returns a point as its primary result. This function is derived from Acad.PromptResults.
Properties
Name | Type | Description | Condition |
---|---|---|---|
value | Acad.Point3d | Gets the point that the user entered. | Read-only |
Exception
Throws a TypeError
object.