Edit Text
entity_edit_textEdit text labels in place by changing content, height, or rotation without deleting and recreating the entity. Works on both TEXT and MTEXT.
Instructions
Edit an existing text label in place — change its content, height, or rotation.
Use this to rename/relabel without deleting and recreating (which would lose the handle). Works on both TEXT and MTEXT.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | New text content (unchanged if omitted) | |
| handle | Yes | Handle of an existing TEXT or MTEXT entity | |
| height | No | New text height (unchanged if omitted) | |
| rotation | No | New rotation in degrees (unchanged if omitted) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||