在ObjectDBX程序中如何设定特定图元的显示层次
<p>我用的是cad 2004版的ObjectDBX16,在cad 2005以上的话:</p><p>Dim C(0) As AcadCircle, P(2) As Double<br/> Dim S As AcadSortentsTable<br/> With ThisDrawing.ModelSpace<br/> Set C(0) = .AddCircle(P, 10)<br/> Set S = .GetExtensionDictionary.AddObject("AAA", "AcDbSortentsTable")<br/> S.MoveToBottom C<br/> End With</p><p></p><p>可以这么写,但是在2004里找不到这函数郁闷。</p> 自己顶下,大家帮帮我! 发错地方了这里是<a href="http://bbs.mjtd.com/forum.php?mod=forumdisplay&fid=4&page=1">VBA/VB/ActiveX/API 编程技术</a>区 2004版本有这个功能吗,好象没有吧。这是2005版本的新增功能。 <p>是没有的,那04版本要怎么实现这功能呢?</p>
页:
[1]