Dim SsetObj As AcadSelectionSet Dim filterType(0) As Integer, FilterDate As Variant filterType(0) = 0 FilterDate = "Line" ThisDrawing.SelectionSets("AA").Delete Set SsetObj = ThisDrawing.SelectionSets.Add("AA") SsetObj. filterType, FilterDate 显示的错误为filterType, FilterDate参数在SelectOnScreen不可用 请问有什么方法可以解决? 如果用句柄遍历所有对象怎么样去做,请明示.谢谢 |