Acad.Editor.getNestedEntity Function
File
Autodesk.AutoCAD.js
Syntax
JavaScript
function Acad.Editor.getNestedEntity(options);
Group
Parameters
Parameter | Description |
---|---|
options | is of type Acad.PromptNestedEntityOptions. |
Returns
A Acad.PromptNestedEntityResult 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 name of an entity selected by the user and the point used to select the entity.
Exception
Throws a TypeError
object.