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


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

IBuildMethod.Deactivate Method

Called by the extension when the method becomes inactive.

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

Product Availability

Available with ArcGIS Desktop.

Remarks

The Build method is de-activated on the Parcel Construction Toolbar when in anywhere but the Construction mode. 

Example:  To edit a parcel with the Cadastral Editor, you must be in a job and have to be in Construction mode.  Once outside this Construction mode, the Build method dropdown on the Parcel Construction toolbar becomes inactive.

See Also

IBuildMethod Interface