# 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 ## 请求示例 ## 错误处理 ## 注意事项