示例#1
0
        /// <summary>
        /// Occurs when this tool is created
        /// </summary>
        /// <param name="hook">Instance of the application</param>
        public override void OnCreate(object hook)
        {
            m_MapControl = hook as ESRI.ArcGIS.Controls.MapControl;

            // TODO:  Add other initialization code
        }
示例#2
0
        /// <summary>
        /// Occurs when this tool is created
        /// </summary>
        /// <param name="hook">Instance of the application</param>
        public override void OnCreate(object hook)
        {
            m_MapControl = hook as ESRI.ArcGIS.Controls.MapControl;

            // TODO:  Add other initialization code
        }