Returns the Intent part reference that corresponds to the supplied AutoCAD handle.
acad_partForEntity ( acadHandle As String ) As Part
| Argument | Type | Description |
|---|---|---|
| acadHandle | string | The AutoCAD handle of the entity. |
Intent >acad_partForEntity("1b0")
--> Root.Document_3.Root.TestInsert