You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
350 B
Markdown
30 lines
350 B
Markdown
|
2 years ago
|
# ActiveElementByName
|
||
|
|
|
||
|
|
## 定义
|
||
|
|
|
||
|
|
查找并激活图元
|
||
|
|
|
||
|
|
```CSharp
|
||
|
|
public int ActiveElementByName(string elementName)
|
||
|
|
```
|
||
|
|
|
||
|
|
## 请求参数
|
||
|
|
|
||
|
|
| 参数 | 类型 | 约束 | 说明 |
|
||
|
|
| - | - | - | - |
|
||
|
|
| elementName | string | | 图元名称 |
|
||
|
|
|
||
|
|
|
||
|
|
## 返回
|
||
|
|
|
||
|
|
类型: int
|
||
|
|
查找结果
|
||
|
|
|
||
|
|
|
||
|
|
## 请求示例
|
||
|
|
|
||
|
|
## 错误处理
|
||
|
|
|
||
|
|
## 注意事项
|
||
|
|
|