ArcObjects Library Reference (CadastralUI)  

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