Property ProjectionEngineDirectory
ProjectionEngineDirectory
Gets or sets the directory of the Projection Engine files on the local file system.
Declaration
public static string ProjectionEngineDirectory { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The directory of the Projection Engine files on the local file system. |
Remarks
Set this property once, early in application startup, before using any API that may perform geometry or coordinate projection operations. For example, set it after application initialization and licensing, but before creating maps, scenes, map views, scene views, or calling geometry APIs.
Set this property to the Projection Engine data directory that contains the data
subfolders, such as vertical. If the download is extracted to a folder that
contains a nested pedata directory, set this property to that pedata
directory.
Projection Engine data files are available in the downloads area of ArcGIS Maps SDK for .NET.
Exceptions
| Type | Condition |
|---|---|
| FileNotFoundException | Indicates that the path is not found. |
| ArcGISException | Indicates that there are no permissions allowing reading of directory. |
See Also
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 100.3 - 200.8 |
| .NET | 100.13 - 300.0 |
| .NET Windows | 100.13 - 300.0 |
| .NET Android | 200.0 - 300.0 |
| .NET iOS | 200.0 - 300.0 |
| .NET Framework | 100.2.1 - 200.8 |
| Xamarin.Android | 100.2.1 - 100.15 |
| Xamarin.iOS | 100.2.1 - 100.15 |
| UWP | 100.2.1 - 200.8 |