|
JavaScript Application Programming Interface (API) for AutoCAD
|
Autodesk.AutoCAD.js
function Acad.PromptSelectionResult(status,objectIds);
|
Parameters |
Description |
|
status |
is the status result of the prompt operation. |
|
objectIds |
is the array of SelectedObject. |
This class represents the result of a prompt for a selection of objects. This function is derived from Acad.PromptResults.
|
Copyright (c) 2012. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|