函数名: | 获取对象 handle |
调 用: | gma.show.getobj.handle(name) |
参 数: | 字符串:对象的名称 |
返回值: | 最多32位的整数,对象的唯一编号 |
结 果: | 无 |
备 注: | handle 可以不严谨地理解为指向对象的指针,起到索引的作用 |
例子:
- 在控台的 System monitor 中显示“Group 1”编组1的 handle 编号
gma.echo(gma.show.getobj.handle("group 1"))
- 在控台的 System monitor 中显示“Sequence 1”程序序列1的 handle 编号
gma.echo(gma.show.getobj.handle("Sequence 1"))