public override void OnClick() { // Create the constructor, pass the editor and set as current constructor m_edSketch = m_editor as IEditSketch3; AngleAngleCstr aac = new AngleAngleCstr(); aac.Initialize(m_editor); m_edSketch.ShapeConstructor = aac; }