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.

32 lines
431 B
Markdown

# RenameElement
## 定义
重命名图元
```CSharp
public int RenameElement(string oldName, string newName, string layerName)
```
## 请求参数
| 参数 | 类型 | 约束 | 说明 |
| - | - | - | - |
| oldName | string | | 旧名称 |
| newName | string | | 新名称 |
| layerName | string | | 图层 |
## 返回
类型: int
替换的数量
## 请求示例
## 错误处理
## 注意事项