点击或拖拽改变大小

IMapSelection 接口

地图选择 接口

命名空间:  GISShare.SMap.WPF.View
程序集:  GISShare.SMap.WPF (在 GISShare.SMap.WPF.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法
public interface IMapSelection

The IMapSelection type exposes the following members.

属性
  名称说明
公共属性SelectionFillSymbol
选中元素的面状渲染符号
公共属性SelectionLineSymbol
选中元素的线状渲染符号
公共属性SelectionMarkerSymbol
选中元素的点状渲染符号
Top
方法
  名称说明
公共方法AddSelectionItem
添加一个选中元素
公共方法ClearSelectionItems
清空所有选中项
公共方法GetSelectionItems
获取选中项集合
公共方法RemoveSelectionItem
移除一个选中元素
Top
参见