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

AddLateralsFromMainPointConstructionTool() 공개 메소드

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