GetMemoryThresholds example for C++ 5.0 and later

   CString Msg;
   m_RasterView.GetRaster().GetMemoryThresholds();
   Msg.Format("MemoryTiledThreshold = %d",m_RasterView.GetRaster().GetMemoryTiledThreshold());