MvtDataSet.FileName Property
Gets or sets the name of a local MBTiles file to read from.
Syntax
public System.String FileName { get; set; }
Property Value
Default: ""
The name of a local MBTiles file to read data 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
If Path is an empty string, the full filename, including path, may be specified with this property. See the Path property how absolute and relative paths are interpreted.
If both FileName and Path are empty, the Url property must be specified.
This property supports Virtual paths.
Platforms
Windows, Linux, Android