前进,恢复指定编辑历史项数目的操作。
命名空间:
SuperMap.Data程序集: SuperMap.Data (in SuperMap.Data)
版本: dll
语法
C# |
---|
public bool Redo( int count ) |
参数
- count
- Type: System..::.Int32
指定编辑历史项数目。如果使用批量模式,那么每次BatchBegin到BatchEnd之间的操作,将视为一条编辑历史记录。
C# |
---|
public bool Redo( int count ) |