ArcObjects Library Reference (CadastralUI)  

IBuildMethod Interface

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

Product Availability

Available with ArcGIS Desktop.

Members

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.

CoClasses that implement IBuildMethod

CoClasses and 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.