移除三维选择集中指定系统ID值的对象,该对象由原来的选中状态变为非选中状态。

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

语法

C#
public bool Remove(
	int id
)

参数

id
Type: System..::.Int32
要移除对象的系统 ID 值。

返回值

成功返回true,否则返回false。

请参见