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.

30 lines
390 B
Markdown

# LayerGetCurves
## 定义
获得图层的所有曲线
```CSharp
public List<DrawerElementProperty> LayerGetCurves(string layerName)
```
## 请求参数
| 参数 | 类型 | 约束 | 说明 |
| - | - | - | - |
| layerName | string | | 图层名称 |
## 返回
类型: List<DrawerElementProperty>
曲线数据
## 请求示例
## 错误处理
## 注意事项