ArcObjects Library Reference (CadastralUI)  

IBuildMethod.Undo Method

Notifies the method to undo execute work.

[Visual Basic .NET]
Public Sub Undo ( _
)
[C#]
public void Undo (
);

Product Availability

Available with ArcGIS Desktop.

Remarks

The Undo method undoes the Execute Method.  This de-constructs any lines drawn in the Construction environment.  On the Parcel Construction toolbar, the Undo command icon is represented by a hammer removing a nail. 

See Also

IBuildMethod Interface