A4WaterUtilities.AddLateralsFromMainPointConstructionTool.OnShapeConstructorChanged C# (CSharp) 메소드

OnShapeConstructorChanged() 개인적인 메소드

private OnShapeConstructorChanged ( ) : void
리턴 void
        private void OnShapeConstructorChanged()
        {
            if (m_csc != null)
                m_csc.Deactivate();
            m_csc = null;
            m_csc = m_edSketch.ShapeConstructor;
            if (m_csc != null)
                m_csc.Activate();
        }