返回当前地图的选择集。返回的选择集为地图中所有图层的选择集的副本的集合。当参数hasGeometrySelected为true时,返回所有有选择对象的图层的选择集,否则返回所有图层的选择集。

命名空间:  SuperMap.Mapping
程序集:  SuperMap.Mapping (in SuperMap.Mapping)
版本: dll

语法

C#
public Selection[] FindSelection(
	bool hasGeometrySelected
)

参数

hasGeometrySelected
Type: System..::.Boolean
指定返回的选择集是所有图层的还是有选择对象的图层的。当其为 true 时,返回所有有选择对象的图层的 选择集,否则返回所有图层的选择集。

示例

请参见 Selection 类中的示例。

请参见