AnyCAD Rapid API 2025
Help you to create a better world!
全部  命名空间 函数 变量 属性 事件  
GDirList类 参考
类 GDirList 继承关系图:

Public 成员函数

 GDirList (GDir[] initialElements)
 
 GDirList (Iterable< GDir > initialElements)
 
GDir get (int index)
 
GDir set (int index, GDir e)
 
boolean add (GDir e)
 
void add (int index, GDir e)
 
GDir remove (int index)
 
int size ()
 
int capacity ()
 
void reserve (int n)
 
 GDirList (GDirList other)
 
boolean isEmpty ()
 
void clear ()
 
 GDirList (int count, GDir value)