A4WaterUtilities.AddLateralsConstructionTool.AddLateralsConstructionTool C# (CSharp) Method

AddLateralsConstructionTool() public method

public AddLateralsConstructionTool ( ) : System
return System
        public AddLateralsConstructionTool()
        {
            ConfigUtil.type = "water";
            // Get the editor
            m_editor = ArcMap.Editor as IEditor3;
            m_editEvents = m_editor as IEditEvents_Event;
            m_editEvents5 = m_editor as IEditEvents5_Event;
        }