ArcObjects Library Reference (CadastralUI)  

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