获取该分组下指定索引位置的 GalleryItem 子项。

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

语法

C#
IGalleryItem Item[
	int index
] { get; }

参数

index
Type: System..::.Int32
指定的索引位置。

返回值

指定索引位置处的 GalleryItem 子项。

请参见