This document is archived and information here might be outdated.  Recommended version.


IBuildMethod.Activate Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IB > IBuildMethod Interface > IBuildMethod.Activate Method
ArcGIS Developer Help

IBuildMethod.Activate Method

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
);

Product Availability

Available with ArcGIS Desktop.

Remarks

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.

 

See Also

IBuildMethod Interface