/// <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 }