Acad.DataItem Function
File
Autodesk.AutoCAD.js
Syntax
JavaScript
function Acad.DataItem();
Group
Description
This is the class that represents object type inside Acad.DataItemCollection.
Properties
Name | Type | Description | Condition |
---|---|---|---|
id | string | This property is used to get Object ID of the data item. | Read-only |
name | string | This property is used to get the Data Item name. | Read-only |