Example #1
0
        /// <summary>
        /// Occurs when this tool is created
        /// </summary>
        /// <param name="hook">Instance of the application</param>
        public override void OnCreate(object hook)
        {
            if (m_hookHelper == null)
            {
                m_hookHelper = new HookHelperClass();
            }

            m_hookHelper.Hook = hook;
            frmAdjPoint       = new frmAdjustPoint(m_geoRef, m_hookHelper.ActiveView, m_hookHelper.FocusMap, m_fileName);
            frmAdjPoint.Show();
            // TODO:  Add SelectPoint.OnCreate implementation
        }
Example #2
0
        /// <summary>
        /// Occurs when this tool is created
        /// </summary>
        /// <param name="hook">Instance of the application</param>
        public override void OnCreate(object hook)
        {
            if (m_hookHelper == null)
                m_hookHelper = new HookHelperClass();

            m_hookHelper.Hook = hook;
            frmAdjPoint = new frmAdjustPoint(m_geoRef, m_hookHelper.ActiveView, m_hookHelper.FocusMap, m_fileName);
            frmAdjPoint.Show();
            // TODO:  Add SelectPoint.OnCreate implementation
        }