如何用C#判断实体类型?
<p>获取一个选择集后,如何判断选择集中实体的类型?</p><p>请各位高手指教</p> 本帖最后由 作者 于 2007-1-23 1:12:56 编辑 <br /><br /> <p>dim ssobjs as acadselectionset</p><p>........此处为选择集赋值的代码,省略</p><p>if typeof ssobj(i) is acadline then</p><p> msgbox("line")</p><p>elseif typeof ssobj(i) is acadtext then</p><p>msgbox("text")</p><p>.....................</p><p>end if</p><p>也可以用objectname 属性来判断。这里是vb代码,自己转换下。</p> 关注!!!!!!!!!
页:
[1]