JavaScript Application Programming Interface (API) for AutoCAD
|
Autodesk.AutoCAD.js
function Acad.Editor.getNestedEntity(options);
Parameters |
Description |
options |
is of type PromptNestedEntityOptions. |
PromptNestedEntityResult.
Use this function to get the name of an entity selected by an user and the point used to select the entity. This function returns promise pattern result, it has to be call in Promise Pattern with .then(onsuccess, onError) function.
Copyright (c) 2016. All rights reserved.
|
What do you think about this topic? Send feedback!
|