Exported map settings

Exported map settings provide a text version of the map settings compiled in the exported map.

Overrides are used at run time are not included in the exported map settings.

A sample of exported map settings is shown here:

<MapAudit Switch="ON">
    <BurstAudit>
     <Data.OnBurstError SizeValidation="WrongSize"/>
     <Execution.Never/>
    </BurstAudit>
    <SummaryAudit execution="OnError"/>
    <SettingsAudit data="OnError" map="OnError"/>
    <AuditLocation.File>
     <Directory.Map/>
     <FileName.Default action="Create"/>
    </AuditLocation.File>
   </MapAudit>