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


IBuildMethod Interface (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
ArcGIS Developer Help

IBuildMethod Interface

Provides access to a method that receives notification when the Build is complete.

Product Availability

Available with ArcGIS Desktop.

Members

Name Description
Method Activate Called by the extension when the method becomes active.
Method Deactivate Called by the extension when the method becomes inactive.
Method Execute Notifies the method to execute the method.
Read-only property HasUndo Indicates whether there is an undo avaliable.
Read-only property Name The name of the build method.
Method Reset Called by the extension when the method should be set to its initial state.
Method Undo Notifies the method to undo execute work.
Read-only property UniqueName The unique name of the Build Method.

Classes that implement IBuildMethod

Classes Description
ParcelDivisionEqualAreaMethod Custom build method to split a parcel by area.
ParcelDivisionEqualPartsMethod Custom build method to split a parcel by parts.
ParcelDivisionEqualWidthMethod Custom build method to split a parcel by width.
ParcelSplitMethod Custom build method to split a parcel into other parcels.
PlanarizeMethod Custom build method to plannerize parcel lines.

Remarks

The Split Parcel Build Method is the default on the Parcel Construction Toolbar.