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 |
---|---|
Api |
Gets or sets the API key that allows your app to access ArcGIS location services and private portal items. |
Enable |
Gets or sets a value indicating whether TimestampOffset fields are supported, which necessarily changes the behavior of Date fields. |
Is |
Gets a value indicating whether the runtime environment for the ArcGIS Maps SDK for .NET is initialized. |
Service |
Gets or sets a value indicating whether curve geometries are fetched from and sent to services that support them. |
Temp |
Gets or sets the temporary data path for the runtime deployment used by this application. |
Methods
Name | Description |
---|---|
Get |
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. |
Set |
Sets the license of an ArcGIS Maps SDK for .NET deployment using License |
Set |
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 |
---|---|
Arcade |
Occurs when a new Arcade console function message is sent. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.0 - 200.6 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.6 |