List Entity Properties
analysis_list_propertiesFetch the full DXF attribute set for one AutoCAD entity via its handle, exposing detailed properties for inspection and analysis.
Instructions
AutoCAD's LIST: the full DXF attribute set for one handle.
dxf_attributes is the raw attribute set entity_get deliberately does
not carry. Coordinates in it are WCS, like everywhere else in this server,
and extrusion is reported so the entity's own frame is still visible.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| handle | Yes | Handle of the entity to dump. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||