根据图层名称查找图层。

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

语法

C#
public Layer FindLayer(
	string layerName
)

参数

layerName
Type: System..::.String
指定的图层名称。

返回值

返回指定名称的图层。

请参见