← Back to carmenta.com
Carmenta Engine SDK Documentation
×

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

C#
public VpfDataSet (
    System.String path,
    System.String libraryName,
    System.String coverageName,
    System.String featureClass
)

Parameters

path
Type: System.String
The root directory where the data files are located.
libraryName
Type: System.String
The name of the VPF library to read, possibly empty.
coverageName
Type: System.String
The VPF coverage to read.
featureClass
Type: System.String
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

By accessing the information on this site you accept our terms and conditions and privacy policy.
This site uses cookies to enhance your experience and provide additional functionality.

Accept