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
460 B
Markdown

# SetLayerStyle
## 定义
设置图层的曲线样式
```CSharp
public void SetLayerStyle(CurveView curveStyle, string layerName, int propertyIndex)
```
## 请求参数
| 参数 | 类型 | 约束 | 说明 |
| - | - | - | - |
| curveStyle | CurveView | | 样式 |
| layerName | string | | 图层名称 |
| propertyIndex | int | | 样式的索引号 |
## 返回
类型: void
## 请求示例
## 错误处理
## 注意事项