This document is archived and information here might be outdated. Recommended version. |
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;