如何获取块参照所在布局的名称
<p>我在程序中遍历布局中的块参照,如果找到目标块后,激活这个块参照所在的布局,请问如何获取块参照所在布局的名称</p> 看看前几天的帖子,有相关的内容 Sub test()<br/>Dim obj As AcadEntity<br/>Dim pt As Variant<br/>ThisDrawing.Utility.GetEntity obj, pt<br/>Dim objid As Long<br/>objid = obj.OwnerID<br/>MsgBox ThisDrawing.ObjectIdToObject(objid).Layout.Name<br/>End Sub
页:
[1]