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


IBuildMethod.Undo Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IB > IBuildMethod Interface > IBuildMethod.Undo Method
ArcGIS Developer Help

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