I am new to ArcObjects using c# in visual studio 10. In some code, it often have something like this:
private bool m_isMouseDown = false;
private ESRI.ArcGIS.Display.INewLineFeedback m_lineFeedback;
private IActiveView m_focusMap;
Can someone tell me what is the meaning? Does it mean in the code following these description, m_fucusMap will indicate or represent IActiveView?
Thanks in advance.