JavaScript Application Programming Interface (API) for AutoCAD
|
Autodesk.AutoCAD.js
function Acad.Application.activedocument.getHandle(oset);
Parameters |
Description |
oset |
contains the object IDs. |
The Promise object, which can then be used as an argument.
Use this method to get an array of handles from the OSet. This function returns promise pattern result, it has to be call in Promise Pattern with .then(onsuccess, onError).
Copyright (c) 2016. All rights reserved.
|
What do you think about this topic? Send feedback!
|