A4WaterUtilities.PointsAlongLineTool.OnDeactivate C# (CSharp) Method

OnDeactivate() protected method

protected OnDeactivate ( ) : bool
return bool
        protected override bool OnDeactivate()
        {
            m_editEvents.OnSketchModified -= OnSketchModified;
            m_editEvents5.OnShapeConstructorChanged -= OnShapeConstructorChanged;
            m_editEvents.OnSketchFinished -= OnSketchFinished;
            return true;
        }