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