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

Autodesk.AutoCAD.js

JavaScript
function Acad.DBEntity(id);
Parameters 
Description 
id 
represents the object identifier. 

The object represents a database resident entity. It is similar to AcDbEntity, and valid only when you are working on a drawing with AutoCAD and is invalid when exiting from AutoCAD or switching to another drawing.

Links
Properties
Name 
Type 
Description 
Condition 
id 
string 
Returns the object identifier. 
Read-only 
Copyright (c) 2016. All rights reserved.
What do you think about this topic? Send feedback!