MvtDataSet.Path Property
Gets or sets the directory of a local MBTiles file to read from.
Syntax
public System.String Path { get; }
Property Value
Default: ""
The directory of a local MBTiles file to read from.
This property can only be modified before the dataset has been initialized. Attempting to modify it after initialization will cause an exception to be thrown.
Remarks
This property specifies an absolute or relative path to the directory where the local MBTiles file to read from is located. If the property is set by the application when a dataset is instantiated, relative paths are interpreted as relative from the current directory of the application process. If the property is set from a Carmenta Engine configuration file, a relative path is interpreted as relative to the directory of the configuration file.
If both Path and FileName are empty, the Url property must be specified.
This property supports Virtual paths.
Platforms
Windows, Linux, Android