A4WaterUtilities.AddLateralsConstructionTool.OnShapeConstructorChanged C# (CSharp) Méthode

OnShapeConstructorChanged() private méthode

private OnShapeConstructorChanged ( ) : void
Résultat 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();
        }