Edit Text
entity_edit_textEdit existing text labels in place by changing their content, height, or rotation without deleting and recreating them, preserving entity handles for both TEXT and MTEXT entities.
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 | |||