ArcObjects Library Reference (Editor)  

IShapeConstructor.Activate Method

Prepares a shape constructor to begin receiving events.

[Visual Basic .NET]
Public Sub Activate ( _
)
[C#]
public void Activate (
);

Product Availability

Available with ArcGIS Desktop.

See Also

IShapeConstructor Interface

.NET Samples

Points along line construction tool (Code Files: PointsAlongLineTool) | ViperPin tool (Code Files: ViperPinTool)