|
AnyCAD Rapid API 2024
Help you to create a better world!
|
Public 成员函数 | |
| ObjectIdList (ObjectId[] initialElements) | |
| ObjectIdList (Iterable< ObjectId > initialElements) | |
| ObjectId | get (int index) |
| ObjectId | set (int index, ObjectId e) |
| boolean | add (ObjectId e) |
| void | add (int index, ObjectId e) |
| ObjectId | remove (int index) |
| int | size () |
| int | capacity () |
| void | reserve (int n) |
| ObjectIdList (ObjectIdList other) | |
| boolean | isEmpty () |
| void | clear () |
| ObjectIdList (int count, ObjectId value) | |