|
AnyCAD Rapid API 2023
Help you to create a better world!
|
Public Member Functions | |
| ElementIdList (ElementId[] initialElements) | |
| ElementIdList (Iterable< ElementId > initialElements) | |
| ElementId | get (int index) |
| ElementId | set (int index, ElementId e) |
| boolean | add (ElementId e) |
| void | add (int index, ElementId e) |
| ElementId | remove (int index) |
| int | size () |
| ElementIdList (ElementIdList other) | |
| long | capacity () |
| void | reserve (long n) |
| boolean | isEmpty () |
| void | clear () |
| ElementIdList (int count, ElementId value) | |