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


IEditSketch3.ShapeConstructor Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IE > IEditSketch3 Interface > IEditSketch3.ShapeConstructor Property
ArcGIS Developer Help

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 ViperPin tool