ArcObjects Library Reference (CadastralUI)  

IBuildMethod.Execute Method

Notifies the method to execute the method.

[Visual Basic .NET]
Public Function Execute ( _
) As Boolean
[C#]
public bool Execute (
);

Product Availability

Available with ArcGIS Desktop.

Remarks

The Execute method runs the code for the Build that is exposed through the user interface as a command button. Developing a custom Build Method, allows you to code into the Execute method a means to use the construction lines and points to create new parcels from the parent parcels exactly in a way that suits your requirements. On the Parcel Construction toolbar, the Execute command icon is represented by a hammer driving a nail. 

See Also

IBuildMethod Interface