JavaScript Application Programming Interface (API) for AutoCAD
ContentsIndexHome
PreviousUpNext
Acad.Application.activedocument.getObjectSet Function

Autodesk.AutoCAD.js

JavaScript
function Acad.Application.activedocument.getObjectSet(handles);
Parameters 
Description 
handles 
Input array containing the handles. 

The Promise object, which can then be used as an argument.

Use this function to get the array of object IDs from the handles. This function returns promise pattern result, it has to be call in Promise Pattern with .then(onsuccess, onError) function.

Links
Copyright (c) 2016. All rights reserved.
What do you think about this topic? Send feedback!