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.Activate Method (ArcObjects .NET 10.5 SDK) |
Called by the extension when the method becomes active.
[Visual Basic .NET] Public Sub Activate ( _ ByVal oldMethod As IBuildMethod _ )
[C#] public void Activate ( IBuildMethod oldMethod );
The Build method is activated on the Parcel Construction Toolbar when in the Construction mode.
Example: To edit a parcel with the Cadastral Editor, you must be in a job and have to be in Construction mode. Once in this Construction mode, the Build method becomes active and you can choose a Build method from the dropdown.