S57DataSet.S57DataSet Constructors
Initializes a new instance of the S57DataSet class.
Overload List
Name | Description | |
---|---|---|
Public method | S57DataSet(System.String path) | Initializes a new instance of the S57DataSet class with the given path. |
Public method | S57DataSet(System.String path, System.String fileName) | Initializes a new instance of the S57DataSet class with the given path and filename. |
S57DataSet(System.String path)
Initializes a new instance of the S57DataSet class with the given path.Syntax
public S57DataSet (
System.String path
)
Parameters
path
Type: System.String
The root directory where the data files are located.
The root directory where the data files are located.
S57DataSet(System.String path, System.String fileName)
Initializes a new instance of the S57DataSet class with the given path and filename.Syntax
public S57DataSet (
System.String path,
System.String fileName
)
Parameters
path
Type: System.String
The root directory where the data files are located.
The root directory where the data files are located.
fileName
Type: System.String
The name of the files to read.
The name of the files to read.
Platforms
Windows, Linux, Android