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

Public 成员函数

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