S57DataSet.S63DatabasePath Property
Gets or sets the path to an S-63 database.
Syntax
public System.String S63DatabasePath { get; set; }
Property Value
Default: ""
The path to an S-63 database.
Remarks
If this property is an empty string, then the S57DataSet will locate all S-57 data files in the normal manner, using the Path, FileName and SearchSubdirectories properties.
But if the property is specified, the dataset will instead open a Carmenta Engine S-63 database at the specified location, and use that both to locate all the available data files registered in the database, and also to retrieve the S-63 cell permits needed to decrypt the file.
The S-63 database must have been created in advance, using the methods of the S63 class. Please see this class for a general description of the S-63 support in Carmenta Engine.
Platforms
Windows, Linux, Android