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.

27 lines
293 B
Markdown

# GetSelectedElements
## 定义
获得选中的所有图元
```CSharp
public List<DrawerElementProperty> GetSelectedElements()
```
## 请求参数
## 返回
类型: List<DrawerElementProperty>
选中图元的列表
## 请求示例
## 错误处理
## 注意事项