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.

36 lines
584 B
Markdown

# ReplacePoint
## 定义
点类数据修改.
```CSharp
public bool ReplacePoint(string elementName, double x, double y, string layerName
```
## 请求参数
| 参数 | 类型 | 约束 | 说明 |
| - | - | - | - |
| elementName | string | | Name of the element. |
| x | double | | The x. |
| y | double | | The y. |
| layerName | string | | Name of the layer. |
| newName | string | | The new name. |
| newX | double | | The new x. |
| newY | double | | The new y. |
## 返回
类型: bool
## 请求示例
## 错误处理
## 注意事项