用于从选择集中删除一个几何对象,该几何对象由原来的呈选中状态变为非选中状态。

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

语法

C#
public bool Remove(
	int geometryID
)

参数

geometryID
Type: System..::.Int32
要删除几何对象的 ID 号(即其属性数据中 SmID 字段的值)。

返回值

删除成功返回true;否则返回false。

版本信息

SuperMap iObjects .NET


请参见