The SaveTerritoryInfoToDataFile method creates a data file of the territory map statistics information.
Syntax
object.SaveTerritoryInfoToDataFile
Example
'SaveTerritoryInfoToDataFile
'Save the territory statistics to a DAT file
TerritoryMap.SaveTerritoryInfoToDataFile(OutputDataFilePath:=mvApp.ModuleFolder + "\Samples\TerritoryInfo.dat")
Used by: TerritoryMap object