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

Public 成员函数

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