Acad.Application.activedocument.getObjectSet Function
File
Autodesk.AutoCAD.js
Syntax
JavaScript
function Acad.Application.activedocument.getObjectSet(handles);
Group
Parameters
Parameter | Description |
---|---|
handles | Input array containing the handles. |
Returns
Array of object IDs from the handles in the success callback function.
This function returns a promise pattern result, it has to be called as a Promise Pattern with .then(onSuccess, onError)
function.
Description
Use this function to get the array of object IDs from the handles.
Exception
Throws an Error
object.