AnyCAD Rapid API 2025
Help you to create a better world!
|
Public 成员函数 | |
boolean | More () |
boolean | Next () |
Command | Current () |
String | CurrentName () |
<> 命令遍历器。
使用方法:
for(var itr = new CommandIterator(); itr.More(); itr.Next())
{
var e = itr.Current();
//...
}
Command CommandIterator.Current | ( | ) |
当前对象
String CommandIterator.CurrentName | ( | ) |
当前命令名称
boolean CommandIterator.More | ( | ) |
是否遍历结束
boolean CommandIterator.Next | ( | ) |
下一个对象