The SaveClassInfoToDataFile method saves the class information to a data file.
Syntax
object.SaveClassInfoToDataFile( OutputDataFilePath )
Parameter |
Type |
Description |
OutputDataFilePath |
String |
required; file name and extension |
Remarks
The file type is determined by the file extension. The file is exported with the file type defaults.
Example
'SaveClassInfoToDataFile
'Use five classes in the territory map
TerritoryMap.NumClasses = 5
'Save the class information of the territory map to a data file
TerritoryMap.SaveClassInfoToDataFile(OutputDataFilePath:=mvApp.ModuleFolder + "\Samples\TerritoryMapClassInfo.dat")
Used by: FlowMap object, HatchMap object, PinMap object, PrismMap object, TerritoryMap object