获取此地图书签集合中指定索引的地图书签对象。

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

语法

C#
public BookMark Item[
	int index
] { get; set; }

参数

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

返回值

返回地图书签集合中指定索引的地图书签对象。

请参见