Class ArcGISConfigurationExtensions
Provides methods for configuring the ArcGIS Maps SDK for .NET.
Inheritance
System.Object
ArcGISConfigurationExtensions
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Esri.ArcGISRuntime
Assembly: Esri.ArcGISRuntime.dll
Syntax
public static class ArcGISConfigurationExtensions
Methods
| Name | Description |
|---|---|
| UseApiKey(IArcGISConfiguration, String) | Adds a default API key that allows your app to access ArcGIS location services and private portal items. |
| UseLicense(IArcGISConfiguration, String) | Adds a license using an Esri license string. |
| UseLicense(IArcGISConfiguration, String, String[]) | Adds a license using an Esri license string. |
| UseServiceCurveGeometryMode(IArcGISConfiguration, ServiceCurveGeometryMode) | Configures whether curve geometries are fetched from and sent to services that support them. |
Applies to
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 200.0 - 200.8 |
| .NET | 200.0 - 200.8 |
| .NET Windows | 200.0 - 200.8 |
| .NET Android | 200.0 - 200.8 |
| .NET iOS | 200.0 - 200.8 |
| .NET Framework | 200.0 - 200.8 |
| UWP | 200.0 - 200.8 |