S63.Create Method
Creates a new, empty S-63 database on disk.
Create(System.String path)
Creates a new, empty S-63 database on disk.Syntax
public static S63 Create (
System.String path
)
Parameters
The path to the S-63 database.
Return Value
Remarks
This method creates new, empty S-63 database, and saves it to the specified directory. The directory will be created if it does not exists.
If the directory already exists, all files and subdirectories in it will be deleted. Consider prompting the user for confirmation before calling this method.
The new database will contain the current IHO root certificate, but no exchange sets or permits.
Platforms
Windows, Linux, Android