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;