S63.RegisterExchangeSets Method
RegisterExchangeSets(System.String path)
Registers one or more S-63 exchange sets into the S-63 database.Syntax
public StringCollection RegisterExchangeSets (
System.String path
)Parameters
The path to a single exchange set, or a folder with multiple exchange sets.
Return Value
A list of warnings generated during the registration.
Remarks
Use this method to register one or more S-63 exchange sets. If the folder specified by path contains a file called MEDIA.TXT, that file is read to locate all exchange sets on the media. Otherwise, path should point to the directory of a single exchange set, containing a SERIAL.ENC file, and subdirectories ENCROOT and INFO.
The S-63 exchange set data is not copied into the S-63 database; only the location of the data is stored. You must ensure that the exchange set remains available in the specified directory when the ENC data is read and displayed.
If you receive the S-63 on a DVD or similar, you therefore should copy it to the hard drive before registering it.
If possible the path to the exchange set data are stored as a path relative to the S-63 database.
Platforms
Windows, Linux, Android