Get Block Attributes
block_get_attributesRetrieve all attribute values from an AutoCAD block reference using its handle. Returns a dictionary mapping attribute tags to their values.
Instructions
Get all attribute values from a block reference as {TAG: value} dict.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| handle | Yes | Block reference (INSERT) entity handle |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||