ArcObjects Library Reference (Editor)  

IEditSketch3.ShapeConstructor Property

The currently activated Shape Constructor.

[Visual Basic .NET]
Public Property ShapeConstructor As IShapeConstructor
[C#]
public IShapeConstructor ShapeConstructor {get; set;}

Product Availability

Available with ArcGIS Desktop.
[C#]

IEditSketch3 editSketch3 = m_editor as IEditSketch3;

//Check some properties of the editors shape constructor.

string stest = editSketch3.ShapeConstructor.ID;

bool btest = editSketch3.ShapeConstructor.Active;

See Also

IEditSketch3 Interface

.NET Samples

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