将此图层集合中指定索引的图层往下移动一层。
命名空间:
SuperMap.Mapping程序集: SuperMap.Mapping (in SuperMap.Mapping)
版本: dll
语法
C# |
---|
public bool MoveDown( int index ) |
参数
- index
- Type: System..::.Int32
要移动的图层的索引。
返回值
移动成功返回true,否则返回false。示例
请参见 Layers 类中的示例。