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.
31 lines
410 B
Markdown
31 lines
410 B
Markdown
|
2 years ago
|
# InsertLayerCommand
|
||
|
|
|
||
|
|
## 定义
|
||
|
|
|
||
|
|
为图层树节点添加自定义命令
|
||
|
|
|
||
|
|
```CSharp
|
||
|
|
public void InsertLayerCommand(string text, EventHandler handler)
|
||
|
|
```
|
||
|
|
|
||
|
|
## 请求参数
|
||
|
|
|
||
|
|
| 参数 | 类型 | 约束 | 说明 |
|
||
|
|
| - | - | - | - |
|
||
|
|
| text | string | | 命令名称 |
|
||
|
|
| handler | EventHandler | | 事件句柄 |
|
||
|
|
|
||
|
|
|
||
|
|
## 返回
|
||
|
|
|
||
|
|
类型: void
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
## 请求示例
|
||
|
|
|
||
|
|
## 错误处理
|
||
|
|
|
||
|
|
## 注意事项
|
||
|
|
|