Map.Item
Map indexer
获取指定索引处的图层。
public MapLayer this[int index] { get; }
| 参数 | 描述 |
|---|---|
| 索引 | 要获取的图层索引。 |
返回值
指定索引处的图层。
异常
| 异常 | 条件 |
|---|---|
| ArgumentOutOfRangeException | 索引超出范围。 |
另见
- class MapLayer
- class Map
- namespace Aspose.Gis.Rendering
- assembly Aspose.GIS
获取指定索引处的图层。
public MapLayer this[int index] { get; }
| 参数 | 描述 |
|---|---|
| 索引 | 要获取的图层索引。 |
指定索引处的图层。
| 异常 | 条件 |
|---|---|
| ArgumentOutOfRangeException | 索引超出范围。 |