Constructs a new result for a point prompt.
The status of the prompt (OK, Cancel, Error, etc.)
Optionalvalue: AcGeVector3dLikeThe point returned (valid only on OK)
The status of the prompt (e.g. OK, Cancel, Error).
Modeled on PromptStatus in the AutoCAD .NET API.
OptionalstringAn optional string result.
This is typically set when status is Keyword or when the prompt
returns a string as its primary result.
Corresponds to PromptResult.StringResult in the .NET API.
Optional ReadonlyvalueThe 3D point returned by the prompt.
Corresponds to .NET's PromptPointResult.Value.
Valid only when status === AcEdPromptStatus.OK.
Result of a prompt that requests a point.
This mirrors
Autodesk.AutoCAD.EditorInput.PromptPointResult.