请教各位大侠,关于选择集的item("0")
<P>请教选择集里的thisdrawing.acadselectionset.item("0")</P><P>thisdrawing.acadselectionset.item("0")里的item,还有后面跟的("0")起什么作用,哪位大侠有空帮忙指导指导</P> <P>Item method is a method that gets the member object at a given index in a collection, group, or selection set.</P>
<P>"0" here is the specific index.</P> 版主 能不能说中文版的,我对英文不怎第熟悉,多谢了 还是不太了解,烦 Item代表一个选择集中的项目,后面的"0"表示索引号,如thisdrawing.modelspace.item(0)表示的是当前图档模型空间中的第一个图元.
页:
[1]