如何使用C#取基準點
如何取基准点呢?因为做block时需要取得该值.是使用
ed.GetCorner();
ed.GetPoint();
或是..呢?
因为使用ed.GetCorner();有时侯会没有取到.所以有些疑惑.
先谢谢大家的帮忙哦
PromptPointResult pr = ed.GetPoint("\n 請輸入基準點");
BlockTableRecord newBtr = new BlockTableRecord();
newBtr.Origin = pr.Value;
页:
[1]