Automatically Downloading Bands

You can turn on automatic downloading of bands in one of the following ways:

In the following example, the global parameter for the performance pPerf is set to enable automatic downloading of bands:

BOOL fAuto = TRUE;
pPerf->SetGlobalParam(GUID_PerfAutoDownload, &fAuto, sizeof(BOOL));