Class ArcGISRuntimeEnvironment
Provides access to and manipulation of environment settings, such as configurations for the operating environment and licenses for deployment.
Inheritance
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. |
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.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.0 - 200.5 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.5 |