List Entity Properties
analysis_list_propertiesGet the full DXF attribute set for any AutoCAD entity handle, including WCS coordinates and extrusion, to inspect properties not exposed by standard entity queries.
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 | |||