Show / Hide Table of Contents

Class ArcGISRuntimeEnvironment

Provides access to and manipulation of environment settings, such as configurations for the operating environment and licenses for deployment.

Inheritance
System.Object
ArcGISRuntimeEnvironment
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Esri.ArcGISRuntime
Assembly: Esri.ArcGISRuntime.dll
Syntax
public static class ArcGISRuntimeEnvironment

Properties

Name Description
ApiKey

Gets or sets the API key that allows your app to access ArcGIS location services and private portal items.

EnableTimestampOffsetSupport

Gets or sets a value indicating whether TimestampOffset fields are supported, which necessarily changes the behavior of Date fields.

InstallPath

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

IsInitialized

Gets a value indicating whether the runtime environment for the ArcGIS Maps SDK for .NET is initialized.

ServiceCurveGeometryMode

Gets or sets a value indicating whether curve geometries are fetched from and sent to services that support them.

TempPath

Gets or sets the temporary data path for the runtime deployment used by this application.

Methods

Name Description
GetLicense()

Retrieves the license details about the ArcGIS Maps SDK for .NET.

Initialize()

Initializes runtime environment for the ArcGIS Maps SDK for .NET.

Initialize(Action<IArcGISConfiguration>)

Initializes the runtime environment for ArcGIS Maps SDK for .NET.

SetLicense(LicenseInfo)

Sets the license of an ArcGIS Maps SDK for .NET deployment using LicenseInfo.

SetLicense(String)

Sets the license of an ArcGIS Maps SDK for .NET deployment using an Esri license string.

SetLicense(String, IEnumerable<String>)

Sets the license of an ArcGIS Maps SDK for .NET deployment using an Esri license string and extension license strings.

Events

Name Description
ArcadeConsoleMessage

Occurs when a new Arcade console function message is sent.

Applies to

TargetVersions
.NET Standard 2.0100.3 - 200.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.0 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.0 - 200.7
Xamarin.Android100.0 - 100.15
Xamarin.iOS100.0 - 100.15
UWP100.0 - 200.7
In This Article
Back to top Copyright © 2022 Esri.