Class ArcGISRuntimeEnvironment
Provides access to and manipulation of environment settings, such as configurations for the operating environment and licenses for deployment.
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
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.2 |
.NET 6.0 | 100.13 - 200.2 |
.NET 6.0 Windows | 100.13 - 200.2 |
.NET 6.0 Android | 200.0 - 200.2 |
.NET 6.0 iOS | 200.0 - 200.2 |
.NET Framework | 100.0 - 200.2 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |
Android | 100.0 - 100.15 |
iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.2 |