Map.Item
Map indexer
获取指定索引处的图层。
public MapLayer this[int index] { get; }
范围 | 描述 |
---|---|
index | 要获取的层的索引。 |
返回值
指定索引处的图层。
例外
例外 | (健康)状况 |
---|---|
ArgumentOutOfRangeException | 索引超出范围。 |
也可以看看
- class MapLayer
- class Map
- 命名空间 Aspose.Gis.Rendering
- 部件 Aspose.GIS
获取指定索引处的图层。
public MapLayer this[int index] { get; }
范围 | 描述 |
---|---|
index | 要获取的层的索引。 |
指定索引处的图层。
例外 | (健康)状况 |
---|---|
ArgumentOutOfRangeException | 索引超出范围。 |