获取指定图层在当前分组图层下的索引值。
命名空间:
SuperMap.Mapping程序集: SuperMap.Mapping (in SuperMap.Mapping)
版本: dll
语法
C# |
---|
public int IndexOf( Layer layer ) |
参数
- layer
- Type: SuperMap.Mapping..::.Layer
指定的要获取索引值的图层。
C# |
---|
public int IndexOf( Layer layer ) |