获取该分组下指定索引位置的 GalleryItem 子项。
命名空间:
SuperMap.Desktop程序集: SuperMap.Desktop.Core (in SuperMap.Desktop.Core)
版本: dll
语法
C# |
---|
IGalleryItem Item[ int index ] { get; } |
参数
- index
- Type: System..::.Int32
指定的索引位置。
C# |
---|
IGalleryItem Item[ int index ] { get; } |