A4WaterUtilities.AddLateralsConstructionTool.AddLateralsConstructionTool C# (CSharp) 메소드

AddLateralsConstructionTool() 공개 메소드

public AddLateralsConstructionTool ( ) : System
리턴 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;
        }