VpfDataSet.VpfDataSet Constructor
Initializes a new instance of the VpfDataSet class with the given path and VPF parameters.
VpfDataSet(System.String path, System.String libraryName, System.String coverageName, System.String featureClass)
Initializes a new instance of the VpfDataSet class with the given path and VPF parameters.Syntax
public VpfDataSet (
System.String path,
System.String libraryName,
System.String coverageName,
System.String featureClass
)
Parameters
The root directory where the data files are located.
The name of the VPF library to read, possibly empty.
The VPF coverage to read.
The VPF feature class to read.
Remarks
If the library name is specified as an empty string, all available libraries will be searched for a matching coverage and feature class.
Platforms
Windows, Linux, Android