Class LoadSettings
This class allows you to specify how the map/scene should treat feature layers.
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 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.2.1 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |
Xamarin.Android | 100.2.1 - 100.15 |
Xamarin.iOS | 100.2.1 - 100.15 |
UWP | 100.2.1 - 100.15 |