从地图书签集合中移除指定索引的地图书签对象。

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

语法

C#
public bool Remove(
	int index
)

参数

index
Type: System..::.Int32
指定要移除的地图书签对象的索引值。

返回值

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

请参见