This document is archived and information here might be outdated.  Recommended version.


ICadastralUndoRedo.StartUndoRedoSession Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IC > ICadastralUndoRedo Interface > ICadastralUndoRedo.StartUndoRedoSession Method
ArcGIS Developer Help

ICadastralUndoRedo.StartUndoRedoSession Method

Start undo/redo edit operation.

[Visual Basic .NET]
Public Sub StartUndoRedoSession ( _
    ByVal undoRedoName As String _
)
[C#]
public void StartUndoRedoSession (
    string undoRedoName
);

Product Availability

Available with ArcGIS Desktop.

See Also

ICadastralUndoRedo Interface