Show / Hide Table of Contents

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
IsMissingProjectionEngineFiles

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.3 - 200.8
.NET100.13 - 300.0
.NET Windows100.13 - 300.0
.NET Android200.0 - 300.0
.NET iOS200.0 - 300.0
.NET Framework100.2.1 - 200.8
Xamarin.Android100.2.1 - 100.15
Xamarin.iOS100.2.1 - 100.15
UWP100.2.1 - 200.8
In this article
Provide feedback
Back to top Copyright © 2025 Esri.