Show / Hide Table of Contents

Class ArcGISRuntimeEnvironment

Provides information about, and means to manipulate, process-wide runtime settings for this SDK.

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

Properties

Name Description
ApiKey

Gets or sets the default API key to access API key enabled services and resources in ArcGIS Online.

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.0
.NET 6.0100.13 - 200.0
.NET 6.0 Windows100.13 - 200.0
.NET 6.0 Android200
.NET 6.0 iOS200
.NET Framework100.0 - 200.0
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Android100.0 - 100.15
iOS100.0 - 100.15
UWP100.0 - 200.0
In This Article
Back to top Copyright © 2022 Esri.