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.

33 lines
460 B
Markdown

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