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


IBuildMethod.Reset 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.Reset Method
ArcGIS Developer Help

IBuildMethod.Reset Method

Called by the extension when the method should be set to its initial state.

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

Product Availability

Available with ArcGIS Desktop.

Remarks

Reset Build Method to initial state

See Also

IBuildMethod Interface