DwgDxfDataSet.DwgDxfDataSet Constructors
Initializes a new instance of the DwgDxfDataSet class.
Overload List
Name | Description | |
---|---|---|
Public method | DwgDxfDataSet(System.String path) | Initializes a new instance of the DwgDxfDataSet class with the given path. |
Public method | DwgDxfDataSet(Crs crs, System.String path, System.String fileName) | Initializes a new instance of the DwgDxfDataSet class with the given coordinate reference system, path and filename. |
DwgDxfDataSet(System.String path)
Initializes a new instance of the DwgDxfDataSet class with the given path.Syntax
public DwgDxfDataSet (
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.
DwgDxfDataSet(Crs crs, System.String path, System.String fileName)
Initializes a new instance of the DwgDxfDataSet class with the given coordinate reference system, path and filename.Syntax
public DwgDxfDataSet (
Crs crs,
System.String path,
System.String fileName
)
Parameters
crs
Type: Crs
The coordinate reference system the data is stored in.
The coordinate reference system the data is stored in.
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