Autodesk.AutoCAD.Interop.Common.AcadAttributeReference acadAtt =
   lstAtt[i].AcadObject 
as Autodesk.AutoCAD.Interop.Common.AcadAttributeReference;              
object objMin; object objMax; double[] ptMin; double[] ptMax;
acadAtt.GetBoundingBox(
out objMin, out objMax);
ptMin 
= (double[])objMin;
ptMax 
= (double[])objMax;

 

相关文章:

  • 2021-09-02
  • 2021-06-02
  • 2022-12-23
  • 2021-06-10
  • 2022-12-23
  • 2021-06-24
猜你喜欢
  • 2021-12-21
  • 2021-12-24
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-04-14
  • 2021-11-12
相关资源
相似解决方案