private void button3_Click(object sender, EventArgs e)
        {
            Document acdDoc = Autodesk.AutoCAD.ApplicationServices.Application.DocumentManager.MdiActiveDocument;
            acdDoc.SendStringToExecute("._select wp",true,false,false);
            
        }
View Code

相关文章:

  • 2021-10-21
  • 2021-10-14
  • 2021-05-20
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-24
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-06-21
  • 2022-12-23
  • 2021-07-29
  • 2022-01-04
  • 2021-12-14
  • 2021-10-25
相关资源
相似解决方案