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.

519 B

SetLayerCurveStyle

定义

设置图层曲线属性

public bool SetLayerCurveStyle(string layerName, CurveView curveView, int index)

请求参数

参数 类型 约束 说明
layerName string 图层名称
curveView CurveView 曲线修饰
index int 下标,曲线修饰可以有很多个,这个表示设置第几个

返回

类型: bool 成功/失败

请求示例

错误处理

注意事项