Provides access to a method that receives notification when the Build is complete.
Product Availability
Available with ArcGIS Desktop.
Members
Description | ||
---|---|---|
![]() |
Activate | Called by the extension when the method becomes active. |
![]() |
Deactivate | Called by the extension when the method becomes inactive. |
![]() |
Execute | Notifies the method to execute the method. |
![]() |
HasUndo | Indicates whether there is an undo avaliable. |
![]() |
Name | The name of the build method. |
![]() |
Reset | Called by the extension when the method should be set to its initial state. |
![]() |
Undo | Notifies the method to undo execute work. |
![]() |
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.