# SetLayerPointStyle ## 定义 设置点属性 ```CSharp public bool SetLayerPointStyle(string layerName, DrawerPointStyle pointStyle) ``` ## 请求参数 | 参数 | 类型 | 约束 | 说明 | | - | - | - | - | | layerName | string | | 图层名称 | | pointStyle | DrawerPointStyle | | 属性 | ## 返回 类型: bool 成功/失败 ## 请求示例 ## 错误处理 ## 注意事项