Map.Item

Map indexer

获取指定索引处的图层。

public MapLayer this[int index] { get; }
参数描述
索引要获取的图层索引。

返回值

指定索引处的图层。

异常

异常条件
ArgumentOutOfRangeException索引超出范围。

另见