I had also tried the DoCaching() function. If I have
RealTimeMap->Tiles->DoCaching(tkCacheType::Disk) = true;
The error generated is "MapWinGIS::ITiles::DoCaching[MapWinGIS::tkCacheType]::get" cannot be called with the given argument list object type is: MapWinGIS::Tiles ^". Which to me suggests that this function only calls get_DoCaching() rather than be overloaded to also call set_DoCaching(). But, since that function isn't actually documented (as far as I've seen) and I've only seen it in code people have posted I assume it's not the recommended way to set the caching options.
Alan
RealTimeMap->Tiles->DoCaching(tkCacheType::Disk) = true;
The error generated is "MapWinGIS::ITiles::DoCaching[MapWinGIS::tkCacheType]::get" cannot be called with the given argument list object type is: MapWinGIS::Tiles ^". Which to me suggests that this function only calls get_DoCaching() rather than be overloaded to also call set_DoCaching(). But, since that function isn't actually documented (as far as I've seen) and I've only seen it in code people have posted I assume it's not the recommended way to set the caching options.
Alan