用AcDbObjectIdArry很简单啊.常用的:append(),length()等例如:AcDbObjectIdArry objArray;AcDbObjectId id=...;objArray.append(id);AcDbObject id2=objArray[0];//取第一个short lenth=objArray.length();就这个操作啊.还知道用几个就可以了
See the head file: acarray.h about ARX LIB.