获取此图层集合中指定索引的图层对象。

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

语法

C#
public Layer Item[
	int index
] { get; }

参数

index
Type: System..::.Int32
要查找的图层对象的索引。

返回值

图层对象。

备注

图层集合中图层的索引从0开始,从顶层开始依次编号。

请参见