Share

Acad.DBEntity.getProperties Function

File

Autodesk.AutoCAD.js

Syntax

JavaScript

function Acad.DBEntity.getProperties();

Group

ACAD Namespace

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.

ACAD Namespace

Was this information helpful?