Share

Acad.DataItem.getProperties Function

File

Autodesk.AutoCAD.js

Syntax

JavaScript

function Acad.DataItem();

Group

ACAD Namespace

Returns

The 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 DataItem class.

Exception

Throws an Error object.

ACAD Namespace

Was this information helpful?