This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IB > IBuildMethod Interface > IBuildMethod.Execute Method (ArcObjects .NET 10.5 SDK) |
Notifies the method to execute the method.
[Visual Basic .NET] Public Function Execute ( _ ) As Boolean
[C#] public bool Execute ( );
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.