public CreateLineAndSplitIntersectingLines()
 {
     // Get the editor
     m_editor = ArcMap.Editor as IEditor3;
     m_editEvents = m_editor as IEditEvents_Event;
     m_editEvents5 = m_editor as IEditEvents5_Event;
 }
 public SampleTraceTool1()
 {
     // Get the editor
       m_editor = ArcMap.Editor as IEditor3;
       m_editEvents = m_editor as IEditEvents_Event;
       m_editEvents5 = m_editor as IEditEvents5_Event;
 }
 public CreatePointAndRefPoint()
 {
     // Get the editor
     m_editor      = ArcMap.Editor as IEditor3;
     m_editEvents  = m_editor as IEditEvents_Event;
     m_editEvents5 = m_editor as IEditEvents5_Event;
 }
 public AddLineWithEndPoints()
 {
     // Get the editor
     m_editor      = ArcMap.Editor as IEditor3;
     m_editEvents  = m_editor as IEditEvents_Event;
     m_editEvents5 = m_editor as IEditEvents5_Event;
 }
 public CreateLineAndSplitIntersectingLines()
 {
     // Get the editor
     m_editor      = ArcMap.Editor as IEditor3;
     m_editEvents  = m_editor as IEditEvents_Event;
     m_editEvents5 = m_editor as IEditEvents5_Event;
 }
 public ParcelConstruction()
 {
     // Get the editor
     m_editor      = ArcMap.Editor as IEditor3;
     m_editEvents  = m_editor as IEditEvents_Event;
     m_editEvents5 = m_editor as IEditEvents5_Event;
 }
 public AddPointSplitLine()
 {
     // Get the editor
     m_editor      = ArcMap.Editor as IEditor3;
     m_editEvents  = m_editor as IEditEvents_Event;
     m_editEvents5 = m_editor as IEditEvents5_Event;
 }
 public AddLateralsConstructionTool()
 {
     // Get the editor
     m_editor      = ArcMap.Editor as IEditor3;
     m_editEvents  = m_editor as IEditEvents_Event;
     m_editEvents5 = m_editor as IEditEvents5_Event;
 }
 public ConnectClosestsConstructTool()
 {
     // Get the editor
     m_editor      = ArcMap.Editor as IEditor3;
     m_editEvents  = m_editor as IEditEvents_Event;
     m_editEvents5 = m_editor as IEditEvents5_Event;
 }
 public AddLateralsConstructionTool()
 {
     // Get the editor
     m_editor = ArcMap.Editor as IEditor3;
     m_editEvents = m_editor as IEditEvents_Event;
     m_editEvents5 = m_editor as IEditEvents5_Event;
 }
 public PointsAlongLineTool()
 {
     // Get the editor
     m_editor      = ArcMap.Editor as IEditor3;
     m_editEvents  = m_editor as IEditEvents_Event;
     m_editEvents5 = m_editor as IEditEvents5_Event;
 }
 public SampleTraceTool1()
 {
     // Get the editor
     m_editor      = ArcMap.Editor as IEditor3;
     m_editEvents  = m_editor as IEditEvents_Event;
     m_editEvents5 = m_editor as IEditEvents5_Event;
 }
 public CreatePointAndRefPoint()
 {
     ConfigUtil.type = "address";
     // Get the editor
     m_editor      = ArcMap.Editor as IEditor3;
     m_editEvents  = m_editor as IEditEvents_Event;
     m_editEvents5 = m_editor as IEditEvents5_Event;
 }
Esempio n. 14
0
 public PointsAlongLineTool()
 {
     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;
 }
Esempio n. 15
0
 public AddPointSplitLine()
 {
     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;
 }
Esempio n. 16
0
 public ConnectClosestsConstructTool()
 {
     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;
 }
 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;
 }
Esempio n. 18
0
 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;
 }
 public CreateLineAndSplitIntersectingLines()
 {
     ConfigUtil.type = "address";
     // Get the editor
     m_editor      = ArcMap.Editor as IEditor3;
     m_editEvents  = m_editor as IEditEvents_Event;
     m_editEvents5 = m_editor as IEditEvents5_Event;
 }
Esempio n. 20
0
        public AddLateralsFromMainPointConstructionTool()
        {
            ConfigUtil.type = "gas";

            // Get the editor
            m_editor      = ArcMap.Editor as IEditor3;
            m_editEvents  = m_editor as IEditEvents_Event;
            m_editEvents5 = m_editor as IEditEvents5_Event;
        }
        public ConnectClosestsConstructTool()
        {
            ConfigUtil.configFileName = "gas.config";

            // Get the editor
            m_editor      = ArcMap.Editor as IEditor3;
            m_editEvents  = m_editor as IEditEvents_Event;
            m_editEvents5 = m_editor as IEditEvents5_Event;
        }
        public AddPointSplitLine()
        {
            ConfigUtil.configFileName = "gas.config";

            // Get the editor
            m_editor      = ArcMap.Editor as IEditor3;
            m_editEvents  = m_editor as IEditEvents_Event;
            m_editEvents5 = m_editor as IEditEvents5_Event;
        }
        public AddLateralsConstructionTool()
        {
            ConfigUtil.configFileName = "gas.config";

            // Get the editor
            m_editor      = ArcMap.Editor as IEditor3;
            m_editEvents  = m_editor as IEditEvents_Event;
            m_editEvents5 = m_editor as IEditEvents5_Event;
        }
Esempio n. 24
0
        public AddLineWithEndPoints()
        {
            ConfigUtil.type = "gas";

            // Get the editor
            m_editor      = ArcMap.Editor as IEditor3;
            m_editEvents  = m_editor as IEditEvents_Event;
            m_editEvents5 = m_editor as IEditEvents5_Event;
        }
        public PointsAlongLineTool()
        {
            ConfigUtil.configFileName = "gas.config";

            // Get the editor
            m_editor      = ArcMap.Editor as IEditor3;
            m_editEvents  = m_editor as IEditEvents_Event;
            m_editEvents5 = m_editor as IEditEvents5_Event;
        }
        public AddLateralsConstructionTool()
        {
            ConfigUtil.configFileName = "gas.config";

            // Get the editor
            m_editor = ArcMap.Editor as IEditor3;
            m_editEvents = m_editor as IEditEvents_Event;
            m_editEvents5 = m_editor as IEditEvents5_Event;
        }
Esempio n. 27
0
        /// <summary>
        /// Occurs when this tool is created
        /// </summary>
        /// <param name="hook">Instance of the application</param>
        public override void OnCreate(object hook)
        {
            m_application = hook as IApplication;

            //get the editor
            UID editorUid = new UID();

            editorUid.Value = "esriEditor.Editor";
            m_editor        = m_application.FindExtensionByCLSID(editorUid) as IEditor3;
            m_editEvents    = m_editor as IEditEvents_Event;
            m_editEvents5   = m_editor as IEditEvents5_Event;
        }
 public AddLineWithEndPoints()
 {
     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;
 }
 public CreatePointAndRefPoint()
 {
     // Get the editor
     m_editor = ArcMap.Editor as IEditor3;
     m_editEvents = m_editor as IEditEvents_Event;
     m_editEvents5 = m_editor as IEditEvents5_Event;
 }
        public PointsAlongLineTool()
        {
            ConfigUtil.type = "gas";

            // Get the editor
            m_editor = ArcMap.Editor as IEditor3;
            m_editEvents = m_editor as IEditEvents_Event;
            m_editEvents5 = m_editor as IEditEvents5_Event;
        }
        public ConnectClosestsConstructTool()
        {
            ConfigUtil.type = "gas";

            // Get the editor
            m_editor = ArcMap.Editor as IEditor3;
            m_editEvents = m_editor as IEditEvents_Event;
            m_editEvents5 = m_editor as IEditEvents5_Event;
        }
        public AddPointSplitLine()
        {
            ConfigUtil.type = "gas";

            // Get the editor
            m_editor = ArcMap.Editor as IEditor3;
            m_editEvents = m_editor as IEditEvents_Event;
            m_editEvents5 = m_editor as IEditEvents5_Event;
        }
        public AddLateralsFromMainPointConstructionTool()
        {
            ConfigUtil.type = "gas";

            // Get the editor
            m_editor = ArcMap.Editor as IEditor3;
            m_editEvents = m_editor as IEditEvents_Event;
            m_editEvents5 = m_editor as IEditEvents5_Event;
        }
 public AddLineWithEndPoints()
 {
     // Get the editor
     m_editor = ArcMap.Editor as IEditor3;
     m_editEvents = m_editor as IEditEvents_Event;
     m_editEvents5 = m_editor as IEditEvents5_Event;
 }
 public AddPointSplitLine()
 {
     // Get the editor
     m_editor = ArcMap.Editor as IEditor3;
     m_editEvents = m_editor as IEditEvents_Event;
     m_editEvents5 = m_editor as IEditEvents5_Event;
 }
 public ConnectClosestsConstructTool()
 {
     // Get the editor
     m_editor = ArcMap.Editor as IEditor3;
     m_editEvents = m_editor as IEditEvents_Event;
     m_editEvents5 = m_editor as IEditEvents5_Event;
 }
 public PointsAlongLineTool()
 {
     // Get the editor
     m_editor = ArcMap.Editor as IEditor3;
     m_editEvents = m_editor as IEditEvents_Event;
     m_editEvents5 = m_editor as IEditEvents5_Event;
 }
Esempio n. 38
0
        /// <summary>
        /// Occurs when this tool is created
        /// </summary>
        /// <param name="hook">Instance of the application</param>
        public override void OnCreate(object hook)
        {
            m_application = hook as IApplication;

            //get the editor
            UID editorUid = new UID();
            editorUid.Value = "esriEditor.Editor";
            m_editor = m_application.FindExtensionByCLSID(editorUid) as IEditor3;
            m_editEvents = m_editor as IEditEvents_Event;
            m_editEvents5 = m_editor as IEditEvents5_Event;
        }
        public AddLineWithEndPoints()
        {
            ConfigUtil.configFileName = "gas.config";

            // Get the editor
            m_editor = ArcMap.Editor as IEditor3;
            m_editEvents = m_editor as IEditEvents_Event;
            m_editEvents5 = m_editor as IEditEvents5_Event;
        }