Class LoadSettings
This class allows you to specify how the map/scene should treat feature layers.
Inheritance
Namespace: Esri.ArcGISRuntime.Mapping
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class LoadSettings
  Constructors
| Name | Description | 
|---|---|
| LoadSettings() | Initializes a new instance of the LoadSettings class.  | 
      
Properties
| Name | Description | 
|---|---|
| FeatureRequestMode | Gets or sets the request mode to use for requesting features. Default is OnInteractionCache.  | 
      
| FeatureServiceSessionType | Gets or sets the session type to use for branch-versioned ServiceGeodatabase objects. Default is Transient.  | 
      
| FeatureTilingMode | Gets or sets the feature tiling mode in use. Sets the feature tiling mode of each feature layer that is loaded. Default is EnabledWhenSupported.  | 
      
| PreferredPointFeatureRenderingMode | Gets or sets the preferred rendering mode for point and multi-point based feature layers.  | 
      
| PreferredPolygonFeatureRenderingMode | Gets or sets the preferred rendering mode for polygon based feature layers. This will be set to Automatic by default.  | 
      
| PreferredPolylineFeatureRenderingMode | Gets or sets the preferred rendering mode for polyline based feature layers. This will be set to Automatic by default.  | 
      
| UseAdvancedSymbology | Gets or sets a value indicating whether to use advanced symbology.  | 
      
See Also
Applies to
| Target | Versions | 
|---|---|
| .NET Standard 2.0 | 100.3 - 200.8 | 
| .NET | 100.13 - 200.8 | 
| .NET Windows | 100.13 - 200.8 | 
| .NET Android | 200.0 - 200.8 | 
| .NET iOS | 200.0 - 200.8 | 
| .NET Framework | 100.2.1 - 200.8 | 
| Xamarin.Android | 100.2.1 - 100.15 | 
| Xamarin.iOS | 100.2.1 - 100.15 | 
| UWP | 100.2.1 - 200.8 |