Show / Hide Table of Contents

Property InstallPath

InstallPath

Gets or sets the path of the runtime deployment folder to be used by your application.

Declaration
public static string InstallPath { get; set; }
Property Value
Type Description
System.String

A string containing the path to the runtime deployment folder.

Remarks

By default the API will use the current directory of the application. Alternatively, you can set the InstallPath property to skip the automatic search and use a different path.

The path can be relative and will be resolved by the API relative to your executable (.exe) location. UNC paths are also supported.

Applies to

Platforms and versions
TargetVersions
.NET Framework100.0 - 200.8
In This Article
Back to top Copyright © 2022 Esri.