获取指定索引的动态图层对象。
命名空间:
SuperMap.Mapping程序集: SuperMap.Mapping (in SuperMap.Mapping)
版本: dll
语法
C# |
---|
public DynamicLayer this[ int index ] { get; } |
参数
- index
- Type: System..::.Int32
指定的动态图层的索引值。
C# |
---|
public DynamicLayer this[ int index ] { get; } |