acad_objectCurrentFrame()

Synopsis

Returns the current frame for an AutoCAD entity.

Syntax

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.

Example 1

Intent >acad_objectCurrentFrame(First(TestInsert.modelSelf)) 
--> Frame