Acad.DBEntity.getProperties Function
File
Autodesk.AutoCAD.js
Syntax
JavaScript
function Acad.DBEntity.getProperties();
Group
Returns
A properties map (name-value pair) 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
Returns all the properties of a DBEntity.