Acad.PromptSelectionResult Function
File
Autodesk.AutoCAD.js
Syntax
JavaScript
function Acad.PromptSelectionResult(status, objectIds);
Group
Parameters
Parameter | Description |
---|---|
status | is the status result of the prompt operation. |
objectIds | is the array of SelectedObject . |
Returns
PromptSelectionResult
Description
This class represents the result of a prompt for a selection of objects. This function is derived from Acad.PromptResults.
Exception
Throws a TypeError
object.