Property FilePath
FilePath
Gets the path to the file that stores the pyramid set, if available.
Declaration
public string? FilePath { get; }
Property Value
| Type | Description |
|---|---|
| string | The path to the file that stores the pyramid set, if available. |
Remarks
When the pyramid set is stored in a file, this property identifies that file. The path may refer to an .ovr file or to another file used by the raster format to store pyramid data.
This property is null when no file path is available for the pyramid set, such as when the pyramids
are stored internally in the source raster.
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET | 300.1 |
| .NET Windows | 300.1 |
| .NET Android | 300.1 |
| .NET iOS | 300.1 |