Returns the current frame for an AutoCAD entity.
acad_objectCurrentFrame ( handle As String ) As Frame
| Argument | Type | Description |
|---|---|---|
| handle | string | The handle of the AutoCAD entity. Must be the "modelSelf" handle, such as: first(Insert_1.modelSelf) . Note: modelSelf returns a list, so you must use the first() function to retrieve only the first element. |
Intent >acad_objectCurrentFrame(First(TestInsert.modelSelf)) --> Frame