This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IE > IEditSketch3 Interface > IEditSketch3.ShapeConstructor Property (ArcObjects .NET 10.5 SDK) |
The currently activated Shape Constructor.
[Visual Basic .NET] Public Property ShapeConstructor As IShapeConstructor
[C#] public IShapeConstructor ShapeConstructor {get; set;}
IEditSketch3 editSketch3=m_editor as IEditSketch3;
//Check some properties of the editors shape constructor.
string stest=editSketch3.ShapeConstructor.ID;
bool btest=editSketch3.ShapeConstructor.Active;