用于从选择集中删除指定的若干几何对象,这些几何对象由原来的选中状态变为非选中状态。

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

语法

C#
public int RemoveRange(
	int index,
	int count
)

参数

index
Type: System..::.Int32
要删除的第一个几何对象的序列号。
count
Type: System..::.Int32
要删除的几何对象的个数。

返回值

删除的几何对象的个数

请参见